diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c75d8a2a..063c005f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,12 +9,11 @@ assignees: '' ## Describe the bug -## To Reproduce -Steps to reproduce the behavior: +## Steps to reproduce 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' -4. See error +4. See the error. ## Expected behavior @@ -24,3 +23,8 @@ Steps to reproduce the behavior: ## Additional context + +## Issue validation +- [ ] I checked for duplicate issues. +- [ ] I checked for already existing discussions. +- [ ] I checked for an already existing pull request addressing the issue. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index a614d708..f9874142 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,17 +4,21 @@ about: Suggest an idea for this project title: '' labels: 'enhancement' assignees: '' - --- -**Is your feature request related to a problem? Please describe.** +## Is your feature request related to a problem? Please describe -**Describe the solution you'd like** +## Describe the solution you'd like -**Describe alternatives you've considered** +## Describe alternatives you've considered -**Additional context** +## Additional context + +## Issue validation +- [ ] I checked for duplicate issues. +- [ ] I checked for already existing discussions. +- [ ] I checked for an already existing pull request addressing the issue.