Skip to content

Commit 73f1ae4

Browse files
Fix bug_report.yml
Repositioned the `required` attributes in the `validations` section of the application inputs and text areas.
1 parent 95d8b98 commit 73f1ae4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ body:
2424
label: "Describe the Bug"
2525
description: "Provide a concise description of the bug. What did you expect to happen, and what actually happened?"
2626
placeholder: "Describe the bug here..."
27+
validations:
2728
required: true
2829

2930
- type: textarea
@@ -49,6 +50,7 @@ body:
4950
label: "atmolib Version"
5051
description: "Confirm the version of atmolib you are using."
5152
placeholder: "e.g., 1.0.0"
53+
validations:
5254
required: true
5355

5456
- type: input
@@ -57,18 +59,20 @@ body:
5759
label: "Python Version"
5860
description: "Confirm the Python version you are using."
5961
placeholder: "e.g., 3.9.7"
62+
validations:
6063
required: true
6164

6265
- type: dropdown
6366
id: os
6467
attributes:
6568
label: "Operating System"
6669
description: "Select the OS where the issue occurs."
67-
required: true
6870
options:
6971
- Windows
7072
- macOS
7173
- Linux
7274
- BSD
7375
- All
7476
- Other
77+
validations:
78+
required: true

0 commit comments

Comments
 (0)