From 8717bd5d5df117db221deeea06ca7b53fee7c4ec Mon Sep 17 00:00:00 2001 From: Amine Date: Thu, 29 Jun 2017 19:43:30 +0200 Subject: [PATCH] Added templates. --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 .github/ISSUE_TEMPLATE.md | 32 ++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 13 +++++++++ 3 files changed, 45 insertions(+) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..a457db0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,32 @@ +### Prerequisites + +* [ ] Are you running the latest version? +* [ ] Did you check for an existing issue ? +* [ ] Are you reporting to the correct repository? +* [ ] Did you perform a cursory search? +* [ ] Did you read the `CONTRIBUTING` guide ? + +### Description + +[Description of the bug or feature] + +### Steps to Reproduce + +1. [First Step] +2. [Second Step] +3. [and so on...] + +**Expected behavior:** [What you expected to happen] + +**Actual behavior:** [What actually happened] + + +### Screenshots (optional) + +`...` + +### Device + +- Device (manufacturer, model ...) +- OS (Android Version, ROM/Stock, Rooted/not, mods...) +- App version _(See Prerequisites)_ \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..088c344 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +## Types of changes + +- [ ] I have read the **CONTRIBUTING** document. +- [ ] My code follows the code style of this project. +- [ ] I have updated the documentation accordingly. +- [ ] I have added tests to cover my changes. +- [ ] All new and existing tests passed. + +This closes issue #XXX + +This is implements feature #YYY + +This finishes chore #ZZZ \ No newline at end of file