mirror of https://github.com/waku-org/js-waku.git
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:
parent
eebf127253
commit
25f838ab9f
|
@ -1,5 +1,5 @@
|
||||||
<!-- Delete all but one category -->
|
<!-- 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
|
## Problem
|
||||||
|
|
||||||
|
|
|
@ -19,3 +19,8 @@ If this is a bug fix, please describe why the old behavior was problematic.
|
||||||
|
|
||||||
- Resolves <issue number>
|
- Resolves <issue number>
|
||||||
- Related to <link to specs>
|
- Related to <link to specs>
|
||||||
|
|
||||||
|
Contribution checklist:
|
||||||
|
- [ ] covered by unit tests;
|
||||||
|
- [ ] covered by e2e test;
|
||||||
|
- [ ] add `!` in title if breaks public API;
|
||||||
|
|
Loading…
Reference in New Issue