From 070c7db4668a7162d8fd3dde7121c20d6b114aaa Mon Sep 17 00:00:00 2001 From: Chirag Gupta Date: Tue, 17 Oct 2017 13:31:47 +0530 Subject: [PATCH] chore: Add ISSUE Template --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 .github/ISSUE_TEMPLATE.md | 26 +++++++++++++++++++ .../PULL_REQUEST_TEMPLATE.md | 0 3 files changed, 26 insertions(+) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) create mode 100644 .github/ISSUE_TEMPLATE.md rename PULL_REQUEST_TEMPLATE.md => .github/PULL_REQUEST_TEMPLATE.md (100%) 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 00000000..9a04c462 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,26 @@ +**Summary:** + +Summarize your issue here. + +**Steps to reproduce:** + +How can we reproduce again the issue? + +**Expected behavior:** + +What did you expect the app to do? + +**Observed behavior:** + +What did you see instead? Describe your issue in detail here. + +**Device and Android version:** + +What make and model device (e.g., Samsung Galaxy S3) did you encounter this on? What Android +version (e.g., Android 4.0 Ice Cream Sandwich or Android 6.0 Marshmallow) are you running? Is it + the stock +version from the manufacturer or a custom ROM? + +**Screenshots:** + +Can be created by pressing the Volume Down and Power Button at the same time on Android 4.0 and higher. diff --git a/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE.md