Update ISSUE_TEMPLATE.md (#3953)
Adds fenced code blocks / output blocks to the `Steps to reproduce`, `Expected behavior` and `Actual behavior` sections, so as to facilitate proper formatting. Fix #3952.
This commit is contained in:
parent
f04d2fd2bc
commit
3133f85443
9
.github/ISSUE_TEMPLATE.md
vendored
9
.github/ISSUE_TEMPLATE.md
vendored
@ -14,14 +14,23 @@ If it's not a bug, please remove the template and elaborate the issue in your ow
|
||||
Steps to reproduce
|
||||
------------------
|
||||
|
||||
```powershell
|
||||
|
||||
```
|
||||
|
||||
Expected behavior
|
||||
-----------------
|
||||
|
||||
```none
|
||||
|
||||
```
|
||||
|
||||
Actual behavior
|
||||
---------------
|
||||
|
||||
```none
|
||||
|
||||
```
|
||||
|
||||
Environment data
|
||||
----------------
|
||||
|
Loading…
Reference in New Issue
Block a user