chore: add checklist to PR template (#1873)

* chore: add checklist to PR template

* remove line

* add ! reminder

* remove link reminder
This commit is contained in:
Sasha 2024-03-06 16:00:42 +01:00 committed by GitHub
parent eebf127253
commit 25f838ab9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<!-- Delete all but one category -->
This is a **bug report/feature or change request/support request**
This is a **bug report/feature request/support request/change request**
## Problem

View File

@ -19,3 +19,8 @@ If this is a bug fix, please describe why the old behavior was problematic.
- Resolves <issue number>
- Related to <link to specs>
Contribution checklist:
- [ ] covered by unit tests;
- [ ] covered by e2e test;
- [ ] add `!` in title if breaks public API;