Skip to content

Commit fb90042

Browse files
committed
Fix multiline description in textarea in bug template GH workflow
1 parent 3c57a0c commit fb90042

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/ISSUE_TEMPLATE/BugReport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ body:
5050
label: "Reproduce / Test"
5151
description: "Please add valid Python code to reproduce the bug. This will be used as a test for QAing later on.
5252
53-
Please provide a simplified reproducer, and if it's possible please refrain from providing a "clone this repository and run the integration tests to see the problem" type of a reproducer. Thanks!"
53+
Please provide a simplified reproducer, and if it's possible please refrain from providing a 'clone this repository and run the integration tests to see the problem' type of a reproducer. Thanks!"
5454
render: python
5555
validations:
5656
required: true

0 commit comments

Comments
 (0)