From 027921a8238e0079eecef541f3b339b608f6a413 Mon Sep 17 00:00:00 2001 From: deandreamatias Date: Fri, 5 Jun 2020 12:47:42 +0200 Subject: [PATCH] Add issue and pr templates --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 46 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 21 +++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 23 ++++++++++++ 3 files changed, 90 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/BUG_REPORT.md create mode 100644 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 00000000..c17ef233 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -0,0 +1,46 @@ +--- +name: Bug report +about: Something is crashing or not working as intended + +--- + +## Environment + +**App version:** +**Device information:** + - SO name and version: + - Manufacturer: + - Model: + +## Description + +**Expected behavior:** + +**Current behavior:** + +## Steps to reproduce + +1. This +2. Than that +3. Then + +## Others + +Images + +
+ Logs + + +``` +``` + + +``` +``` +
diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md new file mode 100644 index 00000000..b28c299a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -0,0 +1,21 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +## Environment + +**App version:** +**Device information:** + - SO name and version: + - Manufacturer: + - Model: + +## Description + +**What you'd like to happen:** + +**Alternatives you've considered:** + +**Images:** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..fd2002a3 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,23 @@ +## Connection with issue(s) + +Resolve issue #??? + + + +Connected to #??? + + + +## Testing and Review Notes + + + +## Screenshots or Videos + + + +## To Do + + +- [ ] double check the original issue to confirm it is fully satisfied +- [ ] add testing notes and screenshots in PR description to help guide reviewers