From bb681526dc84b20632d071a8e28007f7fd8cf13f Mon Sep 17 00:00:00 2001 From: 2-4601 Date: Sat, 20 Feb 2016 02:35:15 +0200 Subject: [PATCH] Add templates for issues and pull requests GitHub recently introduced templates for issues and PRs. These will hopefully improve both. //FREEBIE --- .github/ISSUE_TEMPLATE.md | 36 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 20 ++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..1c5e65b7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,36 @@ + + + +- [ ] I have searched open and closed issues for duplicates + + +### Bug description + + +### Steps to reproduce +- add your steps here +- as a list +- using hyphens + +### Screenshots + + + +### Platform info + +**Operating System**: My Operating System A +**Browser**: My Browser X.Y.Z +**Signal version:** Z.Y.Y + +### Link to debug log diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..0e05c831 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ + +### First time contributor checklist + +- [ ] I have read the [Contributor Guidelines](https://github.com/WhisperSystems/Signal-Desktop/blob/master/CONTRIBUTING.md) +- [ ] I have signed the [Contributor Licence Agreement](https://whispersystems.org/cla/) + +### Contributor checklist + +- [ ] My changes are rebased on the latest master branch +- [ ] My contribution is fully baked and is ready to be merged as is +- [ ] I have run the tests on these platforms: + * GNU Hurd 1.0, Chrom{e,ium} X.Y.Z + * Amiga OS 3.1, Chrom{e,ium} Z.Y +- [ ] My commits are in nice logical chunks +- [ ] I followed the [best practices](http://chris.beams.io/posts/git-commit/) when writing my commit messages +- [ ] 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