From 8075117ed31709cad1cca2a74600092ac462b94b Mon Sep 17 00:00:00 2001 From: Matias de Andrea Date: Tue, 3 Sep 2019 08:31:57 +0200 Subject: [PATCH 1/4] Create BUG_REPORT.md --- ISSUE_TEMPLATE/BUG_REPORT.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 ISSUE_TEMPLATE/BUG_REPORT.md diff --git a/ISSUE_TEMPLATE/BUG_REPORT.md b/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 00000000..c3f6d96c --- /dev/null +++ b/ISSUE_TEMPLATE/BUG_REPORT.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Something is crashing or not working as intended + +--- + +## Environment + +**App version:** +**Android version:** +**Device information:** + +## Description + +**Expected behavior:** + +**Current behavior:** + +## Steps to reproduce + +1. This +2. Than that +3. Then + +## Images + +## Stacktrace/Logcat From a10a0184c8b553a4be7b27ba7bd46d2d34755e05 Mon Sep 17 00:00:00 2001 From: Matias de Andrea Date: Tue, 3 Sep 2019 08:32:14 +0200 Subject: [PATCH 2/4] Create FEATURE_REQUEST.md --- ISSUE_TEMPLATE/FEATURE_REQUEST.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ISSUE_TEMPLATE/FEATURE_REQUEST.md diff --git a/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/ISSUE_TEMPLATE/FEATURE_REQUEST.md new file mode 100644 index 00000000..21c98627 --- /dev/null +++ b/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -0,0 +1,19 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +## Environment + +**App version:** +**Android version:** +**Device information:** + +## Description + +**What you'd like to happen:** + +**Alternatives you've considered:** + +**Images:** From 8d139a4c33a433c37b0f45142bc05e341001d89c Mon Sep 17 00:00:00 2001 From: Matias de Andrea Date: Tue, 3 Sep 2019 08:34:13 +0200 Subject: [PATCH 3/4] Create pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..1c48f84c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ +## 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 +- [ ] request the "UX" team perform a design review (if/when applicable) From 2fa3eb77558bea03ee4140bb378e15e36006ba67 Mon Sep 17 00:00:00 2001 From: Matias de Andrea Date: Tue, 3 Sep 2019 08:34:26 +0200 Subject: [PATCH 4/4] Move issues reports --- {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/BUG_REPORT.md | 0 {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/FEATURE_REQUEST.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/BUG_REPORT.md (100%) rename {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/FEATURE_REQUEST.md (100%) diff --git a/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md similarity index 100% rename from ISSUE_TEMPLATE/BUG_REPORT.md rename to .github/ISSUE_TEMPLATE/BUG_REPORT.md diff --git a/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md similarity index 100% rename from ISSUE_TEMPLATE/FEATURE_REQUEST.md rename to .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md