Skip to content

Commit

Permalink
Create PULL_REQUEST_TEMPLATE
Browse files Browse the repository at this point in the history
  • Loading branch information
unclezoro authored Nov 17, 2020
1 parent 58a91af commit b0fcc0a
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
### Description

add a description of your changes here...

### Rationale

tell us why we need these changes...

### Example

add an example CLI or API response...

### Changes

Notable changes:
* add each change in a bullet point here
* ...

### Preflight checks

- [ ] build passed (`make build`)
- [ ] tests passed (`make test`)
- [ ] manual transaction test passed

### Already reviewed by

...

### Related issues

... reference related issue #'s here ...

0 comments on commit b0fcc0a

Please sign in to comment.