Commit 5ed5ae4
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.1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
0 commit comments