mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-24 22:25:10 +00:00
chore: improve issue template (#4276)
This commit is contained in:
parent
4fe905d4f0
commit
d1c31e9aa0
21
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
21
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -6,7 +6,8 @@ body:
|
|||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
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).
|
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.**
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: steps
|
id: steps
|
||||||
attributes:
|
attributes:
|
||||||
@ -20,6 +21,12 @@ 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
|
||||||
|
id: version
|
||||||
|
attributes:
|
||||||
|
label: What version (or hash if on master) of pybind11 are you using?
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
@ -40,6 +47,14 @@ body:
|
|||||||
The code should be minimal, have no external dependencies, isolate the
|
The code should be minimal, have no external dependencies, isolate the
|
||||||
function(s) that cause breakage. Submit matched and complete C++ and
|
function(s) that cause breakage. Submit matched and complete C++ and
|
||||||
Python snippets that can be easily compiled and run to diagnose the
|
Python snippets that can be easily compiled and run to diagnose the
|
||||||
issue. If possible, make a PR with a new, failing test to give us a
|
issue. — Note that a reproducer in a PR is much more likely to get
|
||||||
starting point to work on!
|
immediate attention: failing tests in the pybind11 CI are the best
|
||||||
|
starting point for working out fixes.
|
||||||
render: text
|
render: text
|
||||||
|
|
||||||
|
- type: Input
|
||||||
|
id: regression
|
||||||
|
attributes:
|
||||||
|
label: Is this a regression? Put the last known working version here if it is.
|
||||||
|
description: Put the last known working version here if this is a regression.
|
||||||
|
value: Not a regression
|
||||||
|
Loading…
Reference in New Issue
Block a user