diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index 554caab74..6d917b1af 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -1,71 +1,37 @@ -name: 📝 Documentation Update -description: Improve Documentation -title: "[Doc]: " -labels: [documentation] +name: "📝 Documentation Update" +description: "Propose an update or correction to the documentation" +title: "DOC UPDATE:" +labels: ["Documentation"] body: - - type: checkboxes - id: existing-issue - attributes: - label: Is there an existing issue for this? - description: Please search to see if an issue already exists for the updates you want to make. - options: - - label: I have searched the existing issues - required: true - - type: textarea - id: issue-description attributes: - label: Issue Description - description: Please provide a clear description of the documentation update you are suggesting. - placeholder: Describe the improvement or correction you'd like to see in the documentation. + label: "Documentation Page" + description: "Which page or section of the documentation needs to be updated?" validations: required: true - - type: textarea - id: suggested-change attributes: - label: Suggested Change - description: Provide details of the proposed change to the documentation. - placeholder: Explain how the documentation should be updated or corrected. + label: "Description of Changes" + description: "Describe the changes you propose for the documentation." validations: required: true - - type: textarea - id: rationale attributes: - label: Rationale - description: Why is this documentation update necessary or beneficial? - placeholder: Explain the importance or reasoning behind the suggested change. + label: "Reason for Update" + description: "Explain why these changes are necessary or beneficial." validations: required: false - - - type: dropdown - id: urgency + - type: textarea attributes: - label: Urgency - description: How urgently do you believe this documentation update is needed? - options: - - High - - Medium - - Low - default: 0 + label: "Screenshots/Logs" + description: "If applicable, add screenshots or logs that can help us understand the issue better." validations: - required: true - + required: false - type: checkboxes - id: terms attributes: - label: Acknowledgements - description: Ensure you have read and agree to the project's guidelines. + label: "Additional Information" options: - - label: I have read the [Contributing Guidelines](https://github.com/alo7lika/master-web-development/blob/test/CONTRIBUTING.md)* - required: true - - label: I'm a GSSOC'24-Extd contributor - - label: I'm a Hacktoberfest contributor - - label: I have starred the repository + - label: "I have checked the documentation for accuracy" required: true - - label: 'I am willing to work on this issue (optional)' - required: false - - - + - label: "I am willing to help with this update" + - label: "I can provide further clarification if needed" \ No newline at end of file diff --git a/css/style.css b/css/style.css index 6524d55cf..8f2399a36 100644 --- a/css/style.css +++ b/css/style.css @@ -739,9 +739,14 @@ body { } .icon { - position: fixed; - top: 1rem; - right: 1rem; + position: absolute; + right: 0rem; + display: flex; + flex-direction: row-reverse; + flex-wrap: wrap; + align-content: center; + justify-content: flex-end; + align-items: flex-end; } #toggle-mode-btn { diff --git a/garden-planner.html b/garden-planner.html index 405fddd02..9ff42d640 100644 --- a/garden-planner.html +++ b/garden-planner.html @@ -4,6 +4,7 @@