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
+18-3
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,12 @@ 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
+
required: true
29
+
23
30
- type: textarea
24
31
id: description
25
32
attributes:
@@ -40,6 +47,14 @@ body:
40
47
The code should be minimal, have no external dependencies, isolate the
41
48
function(s) that cause breakage. Submit matched and complete C++ and
42
49
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.
45
53
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.
0 commit comments