Clarify that first commit matters for keywords

// FREEBIE
This commit is contained in:
2-4601 2016-04-05 16:31:37 +03:00 committed by Moxie Marlinspike
parent 4b3d422443
commit 1b04e38377
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
* Device B, Android Z.Y
* Virtual device W, Android Y.Y.Z
- [ ] My contribution is fully baked and ready to be merged as is
- [ ] 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**
- [ ] I ensure that all the open issues my contribution fixes are mentioned in the commit message of my first commit using the `Fixes #1234` [syntax](https://help.github.com/articles/closing-issues-via-commit-messages/)
- [ ] 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 the commit message of my first commit
----------