We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c18a74 commit 9907bedCopy full SHA for 9907bed
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -21,10 +21,11 @@ body:
21
- label: Consider asking first in the [Gitter chat room](https://gitter.im/pybind/Lobby) or in a [Discussion](https:/pybind/pybind11/discussions/new).
22
required: false
23
24
- - type: Input
+ - type: input
25
id: version
26
attributes:
27
label: What version (or hash if on master) of pybind11 are you using?
28
+ validations:
29
required: true
30
31
- type: textarea
@@ -52,7 +53,7 @@ body:
52
53
starting point for working out fixes.
54
render: text
55
56
57
id: regression
58
59
label: Is this a regression? Put the last known working version here if it is.
0 commit comments