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.
1 parent 446de7b commit 9b4f39bCopy full SHA for 9b4f39b
.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