Update PR template to help auto-closing issues

Closes #5399

// FREEBIE
This commit is contained in:
2-4601 2016-03-30 05:55:06 +03:00 committed by Moxie Marlinspike
parent a698477e10
commit 4b3d422443
1 changed files with 3 additions and 2 deletions

View File

@ -12,12 +12,13 @@
* Device B, Android Z.Y
* Virtual device W, Android Y.Y.Z
- [ ] My contribution is fully baked and ready to be merged as is
- [ ] I have made the choice whether I want the [BitHub reward](https://github.com/WhisperSystems/Signal-Android/wiki/BitHub-Rewards) or not by omitting or adding the word `FREEBIE` in my commit message
- [ ] If there are open issues that my contribution fixes, I am referring to them using the [`Fixes #1234` syntax](https://help.github.com/articles/closing-issues-via-commit-messages/) in my **Git commit message**
- [ ] I have made the choice whether I want the [BitHub reward](https://github.com/WhisperSystems/Signal-Android/wiki/BitHub-Rewards) or not by omitting or adding the word `FREEBIE` in my **Git commit message**
----------
### Description
<!--
Describe briefly what your pull request proposes to fix. Especially if you have more than one commit, it is helpful to give a summary of what your contribution as a whole is trying to solve. You can also use the `fixes #1234` syntax to refer to specific issues either here or in your commit message.
Describe briefly what your pull request proposes to fix. Especially if you have more than one commit, it is helpful to give a summary of what your contribution as a whole is trying to solve.
Also, please describe shortly how you tested that your fix actually works.
-->