Skip to content

Commit 83dd90e

Browse files
committed
Update GitHub templates
1 parent 0cf5865 commit 83dd90e

File tree

3 files changed

+40
-9
lines changed

3 files changed

+40
-9
lines changed

.github/ISSUE_TEMPLATE/1.bug_report.yaml

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ body:
77
value: |
88
Thank you for taking the time to fill out this bug report! Try to include as much information as you can.
99
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>
17+
18+
| Package | Version |
19+
| ------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------- |
20+
| `com.amplifyframework.ui:authenticator` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework.ui/authenticator) |
21+
| `com.amplifyframework.ui:liveness` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework.ui/liveness) |
22+
23+
</details>
24+
1025
- type: checkboxes
1126
attributes:
1227
label: |
@@ -38,7 +53,7 @@ body:
3853
description: |
3954
Please provide the version of Amplify UI Android being used from your `build.gradle (Module: app)` file.
4055
value: |
41-
```groovy
56+
```kotlin
4257
// Put output below this line
4358
4459
```
@@ -91,7 +106,7 @@ body:
91106
92107
**Be sure to remove any sensitive data.**
93108
value: |
94-
```java
109+
```kotlin
95110
// Put your code below this line.
96111
97112
```
@@ -114,8 +129,8 @@ body:
114129
## Configuration
115130
- type: textarea
116131
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.
119134
placeholder: |
120135
```json
121136
{

.github/ISSUE_TEMPLATE/2.feature_report.yaml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ body:
77
value: |
88
Thanks for taking the time to fill out this feature request! Try to include as much information as you can.
99
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>
17+
18+
| Package | Version |
19+
| ------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------- |
20+
| `com.amplifyframework.ui:authenticator` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework.ui/authenticator) |
21+
| `com.amplifyframework.ui:liveness` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework.ui/liveness) |
22+
23+
</details>
24+
25+
1026
- type: checkboxes
1127
attributes:
1228
label: |
@@ -57,7 +73,7 @@ body:
5773
5874
**Be sure to remove any sensitive data.**
5975
value: |
60-
```java
76+
```kotlin
6177
// Put your code below this line.
6278
6379
```
@@ -67,8 +83,8 @@ body:
6783
## Configuration
6884
- type: textarea
6985
attributes:
70-
label: amplifyconfiguration.json
71-
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.
7288
placeholder: |
7389
```json
7490
{

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Amplify UI for Android is an open-source UI library with cloud-connected compone
2222

2323
| Component | Version | Amplify | Material3 |
2424
| --- |---------|----------|-----------|
25-
| Authenticator | 1.4.3 | 2.24.0+ | 1.1.2 |
26-
| Liveness | 1.4.2 | 2.15.1+ | 1.1.2 |
25+
| Authenticator | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework.ui/authenticator) | 2.24.0+ | 1.1.2 |
26+
| Liveness | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework.ui/liveness) | 2.15.1+ | 1.1.2 |
2727

2828
## Getting Started
2929

0 commit comments

Comments
 (0)