Skip to content

Commit 922c4d1

Browse files
update templates
1 parent 4a2c0a1 commit 922c4d1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ body:
2525
attributes:
2626
label: Steps to reproduce
2727
description: Exact steps to reproduce the behavior
28-
placeholder: 1) Open app\n2) Tap Scan\n3) Observe crash
28+
placeholder: |
29+
1) Open app
30+
2) Tap Scan
31+
3) Observe crash
2932
required: true
3033
- type: textarea
3134
id: expected
@@ -47,7 +50,6 @@ body:
4750
- Always
4851
- Sometimes
4952
- Rarely
50-
required: true
5153
- type: dropdown
5254
id: severity
5355
attributes:
@@ -56,7 +58,6 @@ body:
5658
- Low
5759
- Medium
5860
- High
59-
required: true
6061
- type: input
6162
id: device_model
6263
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ body:
4646
- Always
4747
- Sometimes
4848
- Rarely
49-
required: false
5049
- type: dropdown
5150
id: priority
5251
attributes:
@@ -55,7 +54,6 @@ body:
5554
- Low
5655
- Medium
5756
- High
58-
required: false
5957
- type: markdown
6058
attributes:
6159
value: |

0 commit comments

Comments
 (0)