Skip to content

Commit 49e4be0

Browse files
authored
chore: Update issue and feature request issue templates (#29)
1 parent b8c8caf commit 49e4be0

File tree

2 files changed

+3
-25
lines changed

2 files changed

+3
-25
lines changed

.github/ISSUE_TEMPLATE/1.bug_report.yaml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
attributes:
77
value: |
88
Thank you for taking the time to fill out this bug report! Try to include as much information as you can.
9-
9+
1010
- type: checkboxes
1111
attributes:
1212
label: |
@@ -21,24 +21,13 @@ body:
2121
attributes:
2222
value: |
2323
## Environment
24-
- type: dropdown
25-
attributes:
26-
label: Language and Async Model
27-
description: What programming language is being used?
28-
multiple: true
29-
options:
30-
- Kotlin
31-
- Java
32-
- RxJava
33-
- Not applicable
34-
validations:
35-
required: true
3624
- type: dropdown
3725
attributes:
3826
label: Which UI component?
3927
description: Select one of our UI components below.
4028
multiple: true
4129
options:
30+
- Authenticator
4231
- Liveness
4332
- Other
4433
validations:

.github/ISSUE_TEMPLATE/2.feature_report.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,13 @@ body:
1515
- label: I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-ui-android/issues?q=is%3Aissue+).
1616
required: true
1717

18-
- type: dropdown
19-
attributes:
20-
label: Language and Async Model
21-
description: What programming language is being used?
22-
multiple: true
23-
options:
24-
- Kotlin
25-
- Java
26-
- RxJava
27-
- Not applicable
28-
validations:
29-
required: true
3018
- type: dropdown
3119
attributes:
3220
label: Which UI component is this feature-request for?
3321
description: We are continuously adding new features on existing cloud connected UI components. Please select one below!
3422
multiple: false
3523
options:
24+
- Authenticator
3625
- Liveness
3726
- Other
3827
validations:

0 commit comments

Comments
 (0)