Skip to content

Commit 9907bed

Browse files
authored
fix(.github): fix bug-report issue template (#4363)
1 parent 9c18a74 commit 9907bed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ body:
2121
- label: Consider asking first in the [Gitter chat room](https://gitter.im/pybind/Lobby) or in a [Discussion](https:/pybind/pybind11/discussions/new).
2222
required: false
2323

24-
- type: Input
24+
- type: input
2525
id: version
2626
attributes:
2727
label: What version (or hash if on master) of pybind11 are you using?
28+
validations:
2829
required: true
2930

3031
- type: textarea
@@ -52,7 +53,7 @@ body:
5253
starting point for working out fixes.
5354
render: text
5455

55-
- type: Input
56+
- type: input
5657
id: regression
5758
attributes:
5859
label: Is this a regression? Put the last known working version here if it is.

0 commit comments

Comments
 (0)