From df021643aad8ce69fefd77c6b14cb48307dd0365 Mon Sep 17 00:00:00 2001 From: 2-4601 Date: Thu, 18 Feb 2016 11:38:42 +0200 Subject: [PATCH] Add template for pull request descriptions Closes #5258 // FREEBIE --- .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..1bae5c5f4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ + +### First time contributor checklist + +- [ ] I have read [how to contribute](https://github.com/WhisperSystems/Signal-Android/blob/master/CONTRIBUTING.md) to this project +- [ ] I have signed the [Contributor Licence Agreement](https://whispersystems.org/cla/) + +### Contributor checklist + +- [ ] I am following the [Code Style Guidelines](https://github.com/WhisperSystems/Signal-Android/wiki/Code-Style-Guidelines) +- [ ] I have tested my contribution on these devices: + * Device A, Android X.Y.Z + * Device B, Android Z.Y +- [ ] My contribution is fully baked and ready to be merged as is +- [ ] I have made the choice whether I want the Bithub reward or not by omitting or adding the word `FREEBIE` in my commit message + +---------- + +### Description