diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index d78475b97..e52530d38 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -42,18 +42,10 @@ body: label: ✅ Tasks description: Give an overview of all the specific things you would like to be changed or implemented. value: | - ```[tasklist] - ### High Priority + #### 📋 High Priority - [ ] Something - [ ] Another thing - [ ] https://github.com/link/to/an/issue - ``` - ```[tasklist] - ### Nice to have - - [ ] Something - - [ ] Another thing - - [ ] https://github.com/link/to/an/issue - ``` validations: required: false - type: textarea diff --git a/.github/ISSUE_TEMPLATE/spec.yml b/.github/ISSUE_TEMPLATE/spec.yml index f385c8fe8..01b1cbeec 100644 --- a/.github/ISSUE_TEMPLATE/spec.yml +++ b/.github/ISSUE_TEMPLATE/spec.yml @@ -68,6 +68,17 @@ body: Unsupported platforms? validations: required: false + - type: textarea + attributes: + label: ✅ Tasks + description: Give an overview of all the specific things that need to change in the code for this to be implemented (you can use a tasklist if you like!) + value: | + #### 📋 High Priority + - [ ] Something + - [ ] Another thing + - [ ] https://github.com/link/to/an/issue + validations: + required: false - type: dropdown id: difficulty attributes: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 45fea4e5a..2f2ad0d12 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,3 @@ - - ### 📄 Description @@ -16,23 +13,12 @@ Have you checked whether or not a similar pull request has already been reported -```[tasklist] -### High priority +#### 📋 High priority - [ ] Something - [ ] Another thing - [ ] https://github.com/link/to/an/issue -``` -```[tasklist] -### Nice to have -- [ ] Something -- [ ] Another thing -- [ ] https://github.com/link/to/an/issue -``` #### ☑️ PR checklist - -```[tasklist] -### PR checklist - [ ] Were these changes approved in an discussion by the project maintainers to prevent from extra work? - [ ] Did you build the app and test your changes? - [ ] Did you check for accessibility? You can use Accessibility Insights for this. @@ -40,7 +26,6 @@ If an issue already exists with this, you can add the issue link or number--> - [ ] Did you implement any design changes to an existing feature? - [ ] Was this change approved? - [ ] Are there any other steps that were used to validate these changes? -``` ### 📸 Assets