8000 Update bug_report.yml · matplotlib/matplotlib@8dc8517 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8dc8517

Browse files
authored
Update bug_report.yml
1 parent 68f7847 commit 8dc8517

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ body:
1919
id: reproduction
2020
attributes:
2121
label: Code for reproduction
22-
description: Please provide the minimum code required to reproduce the bug. Please make sure to minimize the number of dependencies required, and provide any necessary plotted data. Avoid using threads, as Matplotlib is (explicitly) not thread-safe.
22+
description: If possible, please provide a minimum self-contained example.
2323
placeholder: Paste your code here
2424
render: python
2525
validations:
@@ -57,8 +57,6 @@ body:
5757
attributes:
5858
label: Matplotlib Backend
5959
placeholder: print(matplotlib.get_backend())
60-
validations:
61-
required: true
6260
- type: input
6361
id: python-version
6462
attributes:

0 commit comments

Comments
 (0)
0