js-waku/.github/PULL_REQUEST_TEMPLATE.md
Franck Royer e163849c30
Update pull request template
Adopting a Problem/Solution format.
2021-06-04 10:18:54 +10:00

22 lines
490 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>