Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ body:
attributes:
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).

- type: checkboxes
id: steps
attributes:
Expand All @@ -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).
required: false

- type: Input
id: version
attributes:
label: What version (or hash if on master) of pybind11 are you using?
required: true

- type: textarea
id: description
attributes:
Expand All @@ -43,3 +50,10 @@ body:
issue. If possible, make a PR with a new, failing test to give us a
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about:

In bold near the top: Note that a reproducer in a PR is much more likely to get immediate attention!

Near the top so that people think about their decision bug vs PR immediately.

Then repeat that sentence here, followed by: Failing tests in our CI give us the best starting point for working out fixes.

I could send a PR, plmk.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can add to this one, I expect?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done (0f5bc58).

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry that one had an accident. Fixed.

starting point to work on!
render: text

- type: Input
id: regresssion
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