Skip to content

Commit f019536

Browse files
committed
remove extra details blocks
1 parent 90ccd44 commit f019536

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

.github/ISSUE_TEMPLATE/1.bug_report.yaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ body:
2727
description: What programming language is being used?
2828
multiple: true
2929
options:
30-
- Java
3130
- Kotlin
32-
- Kotlin - Coroutines
31+
- Java
3332
- RxJava
3433
- Not applicable
3534
validations:
@@ -50,15 +49,10 @@ body:
5049
description: |
5150
Please provide the version of Amplify UI Android being used from your `build.gradle (Module: app)` file.
5251
value: |
53-
<details>
54-
5552
```groovy
5653
// Put output below this line
5754
58-
5955
```
60-
61-
</details>
6256
validations:
6357
required: true
6458
- type: textarea
@@ -70,15 +64,11 @@ body:
7064
./gradlew --version
7165
```
7266
value: |
73-
<details>
74-
7567
```
7668
# Put output below this line
7769
7870
7971
```
80-
81-
</details>
8272
validations:
8373
required: true
8474
- type: markdown
@@ -124,15 +114,11 @@ body:
124114
125115
**Be sure to remove any sensitive data.**
126116
value: |
127-
<details>
128-
129117
```
130118
// Put your logs below this line
131119
132120
133121
```
134-
135-
</details>
136122
- type: markdown
137123
attributes:
138124
value: |

.github/ISSUE_TEMPLATE/2.feature_report.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ body:
2121
description: What programming language is being used?
2222
multiple: true
2323
options:
24-
- Java
2524
- Kotlin
26-
- Kotlin - Coroutines
25+
- Java
2726
- RxJava
2827
- Not applicable
2928
validations:

0 commit comments

Comments
 (0)