mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +00:00
fix(.github): fix bug-report issue template (#4363)
This commit is contained in:
parent
9c18a74e37
commit
9907bedce5
5
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
5
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -21,10 +21,11 @@ body:
|
|||||||
- label: Consider asking first in the [Gitter chat room](https://gitter.im/pybind/Lobby) or in a [Discussion](https:/pybind/pybind11/discussions/new).
|
- label: Consider asking first in the [Gitter chat room](https://gitter.im/pybind/Lobby) or in a [Discussion](https:/pybind/pybind11/discussions/new).
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- type: Input
|
- type: input
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: What version (or hash if on master) of pybind11 are you using?
|
label: What version (or hash if on master) of pybind11 are you using?
|
||||||
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@ -52,7 +53,7 @@ body:
|
|||||||
starting point for working out fixes.
|
starting point for working out fixes.
|
||||||
render: text
|
render: text
|
||||||
|
|
||||||
- type: Input
|
- type: input
|
||||||
id: regression
|
id: regression
|
||||||
attributes:
|
attributes:
|
||||||
label: Is this a regression? Put the last known working version here if it is.
|
label: Is this a regression? Put the last known working version here if it is.
|
||||||
|
Loading…
Reference in New Issue
Block a user