You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -46,11 +46,11 @@ body:
46
46
label: Flight controller configuration
47
47
description: |
48
48
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
0 commit comments