diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..9770da67b --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,39 @@ + + +- [ ] I have searched open and closed issues for duplicates + +---------------------------------------- + +### Bug description +Describe here the issue that you are experiencing. + +### Steps to reproduce +- using hyphens as bullet points +- list the steps +- that reproduce the bug + +**Actual result:** Describe here what happens after you run the steps above (i.e. the buggy behaviour) +**Expected result:** Describe here what should happen after you run the steps above (i.e. what would be the correct behaviour) + +### Screenshots + + + +### Device info + +**Device**: iDevice X +**iOS version**: X.Y.Z +**Signal version:** Z.Y + +### Link to debug log + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..118de5c7e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,24 @@ + +### First time contributor checklist + +- [ ] I have read the [README](https://github.com/WhisperSystems/Signal-iOS/blob/master/README.md) and [CONTRIBUTING](https://github.com/WhisperSystems/Signal-iOS/blob/master/CONTRIBUTING.md) documents +- [ ] I have signed the [Contributor Licence Agreement](https://whispersystems.org/cla/) + +### Contributor checklist + +- [ ] I'm following the [code, UI and style conventions](https://github.com/WhisperSystems/Signal-iOS/blob/master/CONTRIBUTING.md#code-conventions) +- [ ] My commits are rebased on the latest master branch +- [ ] My commits are in nice logical chunks +- [ ] My contribution is fully baked and is ready to be merged as is +- [ ] I have tested my contribution on these devices: + * iDevice A, iOS X.Y.Z + * iDevice B, iOS Z.Y +- [ ] 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 + +- - - - - - - - - - + +### Description +