Skip to content

Commit 19c56f6

Browse files
authored
Update bug_report.yml (#906)
* Update bug_report.yml Bugs do not always have tracebacks associated, so this field should be optional * Update .github/ISSUE_TEMPLATE/bug_report.yml
1 parent 679f1eb commit 19c56f6

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
@@ -35,9 +35,7 @@ body:
3535
Please copy and paste the full traceback produced by the error.
3636
3737
This section will be automatically formatted into code, so no need for backticks.
38-
render: shell
39-
validations:
40-
required: true
38+
render: pytb
4139
- type: dropdown
4240
id: os
4341
attributes:

0 commit comments

Comments
 (0)