You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+19-3Lines changed: 19 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ body:
6
6
- type: markdown
7
7
attributes:
8
8
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
+
10
11
- type: checkboxes
11
12
id: steps
12
13
attributes:
@@ -20,6 +21,13 @@ body:
20
21
- label: Consider asking first in the [Gitter chat room](https://gitter.im/pybind/Lobby) or in a [Discussion](https:/pybind/pybind11/discussions/new).
21
22
required: false
22
23
24
+
- 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
+
23
31
- type: textarea
24
32
id: description
25
33
attributes:
@@ -40,6 +48,14 @@ body:
40
48
The code should be minimal, have no external dependencies, isolate the
41
49
function(s) that cause breakage. Submit matched and complete C++ and
42
50
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!
51
+
issue. — Note that a reproducer in a PR is much more likely to get
52
+
immediate attention: failing tests in the pybind11 CI are the best
53
+
starting point for working out fixes.
45
54
render: text
55
+
56
+
- type: input
57
+
id: regression
58
+
attributes:
59
+
label: Is this a regression? Put the last known working version here if it is.
60
+
description: Put the last known working version here if this is a regression.
0 commit comments