js-waku/.github/PULL_REQUEST_TEMPLATE.md

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>