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
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).
10
+
- type: checkboxes
11
+
id: steps
12
+
attributes:
13
+
label: Required prerequisites
14
+
description: Make sure you've completed the following steps before submitting your issue -- thank you!
15
+
options:
16
+
- label: Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there.
17
+
required: true
18
+
- label: Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't already been reported. +1 or comment there if it has.
19
+
required: true
20
+
- label: Consider asking first in the [Gitter chat room](https://gitter.im/pybind/Lobby) or in a [Discussion](https:/pybind/pybind11/discussions/new).
21
+
required: false
22
+
23
+
- type: textarea
24
+
id: description
25
+
attributes:
26
+
label: Problem description
27
+
placeholder: >-
28
+
Provide a short description, state the expected behavior and what
29
+
actually happens. Include relevant information like what version of
30
+
pybind11 you are using, what system you are on, and any useful commands
31
+
/ output.
32
+
validations:
33
+
required: true
34
+
35
+
- type: textarea
36
+
id: code
37
+
attributes:
38
+
label: Reproducible example code
39
+
placeholder: >-
40
+
The code should be minimal, have no external dependencies, isolate the
41
+
function(s) that cause breakage. Submit matched and complete C++ and
42
+
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
0 commit comments