diff --git a/.github/ISSUE_TEMPLATE/documentation.yaml b/.github/ISSUE_TEMPLATE/documentation.yaml index a4e9e6135..869e1fefd 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yaml +++ b/.github/ISSUE_TEMPLATE/documentation.yaml @@ -1,13 +1,19 @@ -name: 📃 Documentation -description: Want to improve the documentation? +name: 📄 Documentation Change request +description: Change regarding improving the docs to be more accessible title: "[DOCS] " labels: [documentation] body: - type: textarea - id: description attributes: - label: How would you improve the documentation? Please describe. - description: A detailed description of the improvement you want to bring with links and screenshots. + label: Category of documentation update + description: | + What category does this change fall under? For example, Typo error, New category addition, Rephrasing the sentences, fixing broken links, etc. + validations: + required: true + - type: textarea + attributes: + label: Describe the change you think might work + description: Please describe the change & need of the change in atmost detail possible. validations: required: true - type: textarea