diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 405cc9f32..ebe39c7b8 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,33 +1,41 @@ - +Let's begin with a checklist: replace the empty checkboxes [ ] below with checked ones [x] accordingly --> - I have: - [ ] searched open and closed issues for duplicates - [ ] read https://github.com/WhisperSystems/Signal-Android/wiki/Submitting-useful-bug-reports +---------------------------------------- + ### Bug description +Describe here the issue that you are experiencing. ### Steps to reproduce -- add your steps here -- as a list -- using hyphens +- 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 - - **Model:** Manufacturer Model XVI - - **Android version:** 0.0.0 - - **Signal version:** 0.0.0 + +**Device:** Manufacturer Model XVI +**Android version:** 0.0.0 +**Signal version:** 0.0.0 ### Link to debug log + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1bae5c5f4..7cdbf08e9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,18 +1,23 @@ - + ### 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 + * Virtual device W, Android Y.Y.Z - [ ] 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 +- [ ] 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 +