8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7117a16 + 9b4f39b commit 862f85dCopy full SHA for 862f85d
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -15,8 +15,9 @@ body:
15
id: reproduction
16
attributes:
17
label: Code for reproduction
18
- description: If possible, please provide a minimum self-contained example.
19
- placeholder: Paste your code here
+ description: |
+ If possible, please provide a minimum self-contained example.
20
+ placeholder: Paste your code here. This field is automatically formatted as Python code.
21
render: python
22
validations:
23
required: true
0 commit comments