Skip to content

Commit bbc946c

Browse files
authored
Merge pull request #2963 from McGiverGim/yaml_issue_render
Use the new render attritube for the diff in the issue yaml template
2 parents c725f14 + 8267c94 commit bbc946c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ body:
4646
label: Flight controller configuration
4747
description: |
4848
If this bug is related to a specific flight controller and/or configuration please specify it here.
49-
Create a `diff` and post it here in a code block. Put (three backticks) at the start and end of the diff block (instructions on how to do a diff: https://oscarliang.com/use-diff-not-dump-betaflight/).
50-
value: |
51-
```
52-
# REPLACE THIS LINE BY THE OUTPUT OF YOUR `diff`
53-
```
49+
Create a `diff` and post it here. Instructions on how to do a diff: https://oscarliang.com/use-diff-not-dump-betaflight/
50+
Don't add three backticks or any other format symbol at the start or end of the block, they will be added automatically.
51+
placeholder: |
52+
# PASTE HERE THE OUTPUT OF `diff` COMMAND IN THE CLI TAB
53+
render: txt
5454

5555
- type: markdown
5656
attributes:

0 commit comments

Comments
 (0)