From 2816aec7cad0442222f33d6c48b4cae8869f4179 Mon Sep 17 00:00:00 2001 From: Sean Barbeau Date: Fri, 12 Aug 2016 20:55:00 -0400 Subject: [PATCH] Add Github issue and pull request templates See https://github.com/blog/2111-issue-and-pull-request-templates for how these work with Github. --- .github/ISSUE_TEMPLATE.md | 23 +++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ 2 files changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..486a86fce --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,23 @@ +**Summary:** + +Summarize your issue in one sentence (what goes wrong, what did you expect to happen) + +**Steps to reproduce:** + +How can we reproduce 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 S7) did you encounter this on? What Android version (e.g., Android 4.0 Ice Cream Sandwich) are you running? Is it the stock version from the manufacturer or a custom ROM? What version of Google Play Services is running on your device? + +**Screenshots:** + +Can be created by pressing the Volume Down and Power Button at the same time on Android 4.0 and higher. \ 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 000000000..14b34912b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,5 @@ +Please make sure these boxes are checked before submitting your pull request - thanks! + +- [ ] Run the unit tests with `gradlew app:connectedAndroidTest` to make sure you didn't break anything + +- [ ] If you have multiple commits please combine them into one commit by squashing them. \ No newline at end of file