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: .github/ISSUE_TEMPLATE/1.bug_report.yaml
+19-4Lines changed: 19 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,21 @@ body:
7
7
value: |
8
8
Thank you for taking the time to fill out this bug report! Try to include as much information as you can.
9
9
10
+
- type: markdown
11
+
attributes:
12
+
value: |
13
+
For reference, the current versions of the Amplify UI Android packages are listed below. Please verify your issue against the latest version(s) of the relevant package(s).
14
+
15
+
<details>
16
+
<summary>Click to expand package version list</summary>
Please provide the version of Amplify UI Android being used from your `build.gradle (Module: app)` file.
40
55
value: |
41
-
```groovy
56
+
```kotlin
42
57
// Put output below this line
43
58
44
59
```
@@ -91,7 +106,7 @@ body:
91
106
92
107
**Be sure to remove any sensitive data.**
93
108
value: |
94
-
```java
109
+
```kotlin
95
110
// Put your code below this line.
96
111
97
112
```
@@ -114,8 +129,8 @@ body:
114
129
## Configuration
115
130
- type: textarea
116
131
attributes:
117
-
label: amplifyconfiguration.json
118
-
description: If applicable, please provide your `amplifyconfiguration.json` file with sensitive information removed.
132
+
label: Configuration File
133
+
description: If applicable, please provide your `amplifyconfiguration.json` (Gen1) or `amplify_outputs.json` (Gen2) file with sensitive information removed.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/2.feature_report.yaml
+19-3Lines changed: 19 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,22 @@ body:
7
7
value: |
8
8
Thanks for taking the time to fill out this feature request! Try to include as much information as you can.
9
9
10
+
- type: markdown
11
+
attributes:
12
+
value: |
13
+
For reference, the current versions of the Amplify UI Android packages are listed below. Please verify your issue against the latest version(s) of the relevant package(s).
14
+
15
+
<details>
16
+
<summary>Click to expand package version list</summary>
description: If applicable to the new feature, please provide your `amplifyconfiguration.json` file with sensitive information removed.
86
+
label: Configuration File
87
+
description: If applicable, please provide your `amplifyconfiguration.json` (Gen1) or `amplify_outputs.json` (Gen2) file with sensitive information removed.
0 commit comments