Skip to content

Commit 0cb4cd1

Browse files
authored
move nim version in issue template to the top (#24733)
The point is to move it out of the current place between "Description" and "Current Output" as often these are related to each other and including the nim version in the middle breaks the flow of reading. I also thought of moving it below "Expected Output" but this felt too low for a required field and also has the same problem of overshadowing the remaining sections. Not sure if it being at the top is annoying in some other way though.
1 parent 7ecb351 commit 0cb4cd1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ body:
1111
Reports with a reproducible example or detailed information will likely receive fixes faster.
1212
1313
- type: textarea
14-
id: description
14+
id: nim-version
1515
attributes:
16-
label: Description
16+
label: Nim Version
1717
description: |
18-
Describe the problem. Code example can be given here.
19-
placeholder: Bug reports with reproducible code or detailed information will be fixed faster.
18+
Can be obtained from `nim -v` on the command line along with the OS/architecture.
19+
For development versions, including the commit hash may help.
2020
validations:
2121
required: true
22-
22+
2323
- type: textarea
24-
id: nim-version
24+
id: description
2525
attributes:
26-
label: Nim Version
26+
label: Description
2727
description: |
28-
Can be obtained from `nim -v` on the command line along with the OS/architecture.
29-
For development versions, make sure to include the commit hash.
28+
Describe the problem. Code example can be given here.
29+
placeholder: Bug reports with reproducible code or detailed information will be fixed faster.
3030
validations:
3131
required: true
3232

0 commit comments

Comments
 (0)