Add Pull template

This commit is contained in:
Konstantin Ullrich 2020-11-20 18:37:30 +01:00
parent e5a23e295d
commit 5929f66ab1
1 changed files with 11 additions and 0 deletions

11
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,11 @@
# Pull Request Checklist
* [ ] My commits are in nice logical chunks with [good commit messages](http://chris.beams.io/posts/git-commit/)
* [ ] My changes are [rebased](http://blog.axosoft.com/golden-rule-of-rebasing-in-git/) on the latest [`trunk`](https://github.com/konstantinullrich/oxen-wallet/tree/trunk) branch
* [ ] Ran ´dartfmt -w lib oxen_coin/lib´
* [ ] All tests are passing
* [ ] My changes are ready to be shipped to users
## Issues affected
<!-- Use 'Fixes #1' for Bug fixes and 'Closes #1' for every other issue affected -->