mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Fix pt2-bug-report.yml
formatting (#144987)
This is a 2nd regression caused by https://github.com/pytorch/pytorch/pull/144574 Test plan: `python3 -c "import yaml; foo=yaml.safe_load(open('pt2-bug-report.yml'));print(foo['body'][0])"` Before it printed ``` % python3 -c "import yaml; foo=yaml.safe_load(open('pt2-bug-report.yml'));print(foo['body'][0])" {'type': 'markdown', 'attributes': {'value': ''}} ``` After ``` % python3 -c "import yaml; foo=yaml.safe_load(open('pt2-bug-report.yml'));print(foo['body'][0])" {'type': 'markdown', 'attributes': {'value': '#### Note: Please write your bug report in English to ensure it can be understood and addressed by the development team.\n'}} ``` Fixes https://github.com/pytorch/pytorch/issues/144970 Pull Request resolved: https://github.com/pytorch/pytorch/pull/144987 Approved by: https://github.com/Skylion007, https://github.com/zou3519
This commit is contained in:
committed by
PyTorch MergeBot
parent
829c4570ca
commit
ad15436db6
2
.github/ISSUE_TEMPLATE/pt2-bug-report.yml
vendored
2
.github/ISSUE_TEMPLATE/pt2-bug-report.yml
vendored
@ -6,7 +6,7 @@ body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: >
|
||||
#### Note: Please write your bug report in English to ensure it can be understood and addressed by the development team.
|
||||
#### Note: Please write your bug report in English to ensure it can be understood and addressed by the development team.
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: >
|
||||
|
Reference in New Issue
Block a user