Skip to content

Commit 905694d

Browse files
committed
Updated placeholder of more info section
Signed-off-by: George Araújo <george.gcac@gmail.com>
1 parent 7213e1d commit 905694d

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

.github/ISSUE_TEMPLATE/1_bug_report.yml

+15-13
Original file line numberDiff line numberDiff line change
@@ -60,36 +60,38 @@ body:
6060
required: false
6161

6262
- type: dropdown
63-
id: environment
63+
id: os
6464
attributes:
65-
label: Where are you seeing the problem on?
66-
description: select all environments where you have experienced this issue
65+
label: What operating system are you using?
66+
description: select all OSs where you have experienced this issue
6767
multiple: true
6868
options:
69-
- "Running locally with Docker"
70-
- "Running locally without Docker"
71-
- "Deployed site"
69+
- Linux
70+
- Mac
71+
- Windows
72+
- Not applicable (e.g. you're using GitHub Pages or other hosting)0
7273
validations:
7374
required: true
7475

7576
- type: dropdown
76-
id: os
77+
id: environment
7778
attributes:
78-
label: What operating system are you using?
79-
description: select all OSs where you have experienced this issue
79+
label: Where are you seeing the problem on?
80+
description: select all environments where you have experienced this issue
8081
multiple: true
8182
options:
82-
- Linux
83-
- Mac
84-
- Windows
85-
- Not applicable
83+
- "Running locally with Docker"
84+
- "Running locally without Docker"
85+
- "Deployed site"
8686
validations:
8787
required: true
8888

8989
- type: textarea
9090
attributes:
9191
label: More info
9292
description: Add any other info about the issue here.
93+
placeholder: |
94+
Add any other context about the problem here, such as versions of the libraries if running without docker, screenshots, links to the deployed site, etc.
9395
validations:
9496
required: false
9597

0 commit comments

Comments
 (0)