Skip to content
Open
Changes from all 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
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ body:
- Has this worked in earlier versions?
- Do you know why this bug is happening?
- Do you maybe even know a fix?
- type: dropdown
id: discovery
attributes:
label: Bug discovery
description: How did you find this bug?
options:
- Through organic Matplotlib usage (it impacts user work)
- Systematically searching for bugs (e.g. fuzzing)
- Other
- type: input
id: operating-system
attributes:
Expand Down
Loading