Skip to content

Commit d1c31e9

Browse files
authored
chore: improve issue template (pybind#4276)
1 parent 4fe905d commit d1c31e9

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+18-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
Maintainers will only make a best effort to triage PRs. Please do your best to make the issue as easy to act on as possible, and only open if clearly a problem with pybind11 (ask first if unsure).
9+
Please do your best to make the issue as easy to act on as possible, and only submit here if there is clearly a problem with pybind11 (ask first if unsure). **Note that a reproducer in a PR is much more likely to get immediate attention.**
10+
1011
- type: checkboxes
1112
id: steps
1213
attributes:
@@ -20,6 +21,12 @@ body:
2021
- label: Consider asking first in the [Gitter chat room](https://gitter.im/pybind/Lobby) or in a [Discussion](https:/pybind/pybind11/discussions/new).
2122
required: false
2223

24+
- type: Input
25+
id: version
26+
attributes:
27+
label: What version (or hash if on master) of pybind11 are you using?
28+
required: true
29+
2330
- type: textarea
2431
id: description
2532
attributes:
@@ -40,6 +47,14 @@ body:
4047
The code should be minimal, have no external dependencies, isolate the
4148
function(s) that cause breakage. Submit matched and complete C++ and
4249
Python snippets that can be easily compiled and run to diagnose the
43-
issue. If possible, make a PR with a new, failing test to give us a
44-
starting point to work on!
50+
issue. — Note that a reproducer in a PR is much more likely to get
51+
immediate attention: failing tests in the pybind11 CI are the best
52+
starting point for working out fixes.
4553
render: text
54+
55+
- type: Input
56+
id: regression
57+
attributes:
58+
label: Is this a regression? Put the last known working version here if it is.
59+
description: Put the last known working version here if this is a regression.
60+
value: Not a regression

0 commit comments

Comments
 (0)