forked from sky-map-team/stardroid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request sky-map-team#145 from barbeau/githubTemplate
Add Github issue and pull request templates
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |