8000 Merge pull request #23504 from anntzer/brcr · matplotlib/matplotlib@862f85d · GitHub
[go: up one dir, main page]

Skip to content

Commit 862f85d

Browse files
authored
Merge pull request #23504 from anntzer/brcr
Clarify formatting of the code-for-reproduction field in bug reports.
2 parents 7117a16 + 9b4f39b commit 862f85d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ body:
1515
id: reproduction
1616
attributes:
1717
label: Code for reproduction
18-
description: If possible, please provide a minimum self-contained example.
19-
placeholder: Paste your code here
18+
description: |
19+
If possible, please provide a minimum self-contained example.
20+
placeholder: Paste your code here. This field is automatically formatted as Python code.
2021
render: python
2122
validations:
2223
required: true

0 commit comments

Comments
 (0)
0