You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update ISSUE_TEMPLATE.md
with wiki link and minor formatting changes
* Update PULL_REQUEST_TEMPLATE.md
making the formatting more similar to the issue template, simplifying some language and improving links
Copy file name to clipboardExpand all lines: ISSUE_TEMPLATE.md
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,24 +2,28 @@
2
2
3
3
Summarize your issue in one sentence (what goes wrong, what did you expect to happen)
4
4
5
-
_Before creating an issue, please search the existing issues to see if a similar one has already been created. You can search issues by specific labels (e.g. `label:nearby`) or just by typing keywords into the search filter._
5
+
_Before creating an issue, please search the existing issues to see if a similar one has already been created. You can search issues by specific labels (e.g. `label:nearby`) or just by typing keywords into the search filter._
6
6
7
7
**Steps to reproduce:**
8
8
9
9
How can we reproduce the issue?
10
10
What did you expect the app to do, and what did you see instead?
11
11
12
-
**Add System logs:**
12
+
**System logs:**
13
13
14
+
```
14
15
Add logcat files here (if possible).
15
16
17
+
Need help? See https://github.com/commons-app/apps-android-commons/wiki/Getting-app-logs-from-Android-Studio
18
+
```
19
+
16
20
**Device and Android version:**
17
21
18
-
What make and model device (e.g., Samsung J7) did you encounter this on? What Android
19
-
version (e.g., Android 4.0 Ice Cream Sandwich or Android 6.0 Marshmallow) are you running? Is it
20
-
the stock version from the manufacturer or a custom ROM ?
22
+
What make and model device (e.g., Samsung J7) did you encounter this on?
23
+
What Android version (e.g., Android 4.0 Ice Cream Sandwich or Android 6.0 Marshmallow) are you running?
24
+
Is it the stock version from the manufacturer or a custom ROM ?
21
25
22
-
**Commons app version:**
26
+
**Commons app version:**
23
27
24
28
You can find this information by going to the navigation drawer in the app and tapping 'About'. If you are building from our codebase instead of downloading the app, please also mention the branch and build variant (e.g. master and prodDebug).
Fixes #{GitHub issue number and title (Please do not forget adding title) }
3
+
Fixes #{GitHub issue number} {Github issue title}
4
4
5
-
## Description (required)
5
+
What changes did you make and why?
6
6
7
-
Fixes #{GitHub issue number and title}
7
+
**Tests performed (required)**
8
8
9
-
{Describe the changes made and why they were made.}
9
+
Tested {build variant, e.g. ProdDebug} on {name of device or emulator} with API level {API level}.
10
10
11
-
## Tests performed (required)
11
+
**Screenshots showing what changed (optional - for UI changes)**
12
12
13
-
Tested on {API level & name of device/emulator}, with {build variant, e.g. ProdDebug}.
13
+
Need help? See https://support.google.com/android/answer/9075928
14
14
15
-
## Screenshots showing what changed (optional)
16
-
17
-
{Only for user interface changes, otherwise remove this section. See [how to take a screenshot](https://android.stackexchange.com/questions/1759/how-to-take-a-screenshot-with-an-android-device)}
15
+
---
18
16
19
-
_Note: Please ensure that you have read CONTRIBUTING.md if this is your first pull request._
17
+
_Note: Please ensure that you have read CONTRIBUTING.md if this is your first pull request._
0 commit comments