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
Copy file name to clipboardExpand all lines: ISSUE_TEMPLATE.md
+5-12Lines changed: 5 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,18 @@
1
-
_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._
2
-
3
1
**Summary:**
4
2
5
3
Summarize your issue in one sentence (what goes wrong, what did you expect to happen)
6
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._
6
+
7
7
**Steps to reproduce:**
8
8
9
-
How can we reproduce the issue?
9
+
How can we reproduce the issue?
10
+
What did you expect the app to do, and what did you see instead?
10
11
11
12
**Add System logs:**
12
13
13
14
Add logcat files here (if possible).
14
15
15
-
**Expected behavior:**
16
-
17
-
What did you expect the App to do?
18
-
19
-
**Observed behavior:**
20
-
21
-
What did you see instead? Describe your issue in detail here.
22
-
23
16
**Device and Android version:**
24
17
25
18
What make and model device (e.g., Samsung J7) did you encounter this on? What Android
@@ -28,7 +21,7 @@ version (e.g., Android 4.0 Ice Cream Sandwich or Android 6.0 Marshmallow) are yo
28
21
29
22
**Commons app version:**
30
23
31
-
You can find this information by going to the navigation drawer in the app and tapping 'About'
24
+
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).
Copy file name to clipboardExpand all lines: PULL_REQUEST_TEMPLATE.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## Title (required)
2
+
3
+
Fixes #{GitHub issue number and title (Please do not forget adding title) }
4
+
1
5
## Description (required)
2
6
3
7
Fixes #{GitHub issue number and title}
@@ -12,4 +16,4 @@ Tested on {API level & name of device/emulator}, with {build variant, e.g. ProdD
12
16
13
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)}
14
18
15
-
_Note: Please ensure that you have read CONTRIBUTING.md if this is your first pull request._
19
+
_Note: Please ensure that you have read CONTRIBUTING.md if this is your first pull request._
0 commit comments