Skip to content

Commit 5ed5ae4

Browse files
authored
Merge pull request #1041 from cderici/fix-bug-template
#1041 #### Description Fixes the bug in the bug template yml. Apparently the indentation + the quotes in the message caused the yml parser to interpret the line as a new field and barf. #### QA Steps No functional changes. Just updating the bug template. I tried to put the yaml in an [online validator](https://jsonformatter.org/yaml-validator/) and was able to see the same parsing issue. The issue went away after I applied the changes here and revalidated. Maybe that would help QA it as well.
2 parents 3c57a0c + fb90042 commit 5ed5ae4

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)