js-waku/.github/PULL_REQUEST_TEMPLATE.md
Sasha 25f838ab9f
chore: add checklist to PR template (#1873)
* chore: add checklist to PR template

* remove line

* add ! reminder

* remove link reminder
2024-03-06 16:00:42 +01:00

27 lines
616 B
Markdown

## Problem
<!--
Describe in details the problem or scenario that this PR is fixing.
If this is a feature addition or change, then focus on the WHY you are making the change.
E.g.: As a user of my dApp, I want to know that X happened when I do Y.
If this is a bug fix, please describe why the old behavior was problematic.
-->
## Solution
<!-- describe the new behavior -->
## Notes
<!-- Remove items that are not relevant -->
- 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;