Skip to content

Commit

Permalink
PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
duelingbenjos committed Jul 15, 2024
1 parent a5c192e commit 67a2d40
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Description

Please add a brief description of the feature / change / bug-fix you want to merge.

## Type of change

Please delete options that are not relevant.

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would require a resync of blockchain state)

## Checklist

- [ ] I have performed a self-review of my own code
- [ ] I have tested this change in my development environment.
- [ ] I have added tests to prove that this change works
- [ ] All existing tests pass after this change
- [ ] I have added / updated documentation related to this change

0 comments on commit 67a2d40

Please sign in to comment.