From 1b04e383775646d23e861a946f6d2d9e8b659bd8 Mon Sep 17 00:00:00 2001 From: 2-4601 Date: Tue, 5 Apr 2016 16:31:37 +0300 Subject: [PATCH] Clarify that first commit matters for keywords // FREEBIE --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f7d73d88c0..618508455a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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 ----------