Create PULL_REQUEST_TEMPLATE

This commit is contained in:
zjubfd 2020-11-17 17:19:00 +08:00 committed by GitHub
parent 58a91af56c
commit b0fcc0a663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

31
PULL_REQUEST_TEMPLATE Normal file
View File

@ -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 ...