summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-02-17 19:57:56 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-02-17 19:57:56 +0100
commit8f0c20ee8d5564d4a8131deb4d5341b60edbcff8 (patch)
tree9c8f2f675ceb5deaa6d83dfa0d1b4fe5482c4507
parent59f966646c93f259088310ee4cb624c852e3a67f (diff)
parentc7dee690cdc92b136d113cfd8a6797de3d086dba (diff)
downloadredot-engine-8f0c20ee8d5564d4a8131deb4d5341b60edbcff8.tar.gz
Merge pull request #88457 from AThousandShips/report_fix
Fix formatting in bug report template
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 9dea66914f..7ffae10a2a 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -45,7 +45,7 @@ body:
label: Issue description
description: |
Describe your issue briefly. What doesn't work, and how do you expect it to work instead?
- You can include images or videos with drag and drop, and format code blocks or logs with <code>```</code> tags, on separate lines before and after the text. (Use <code>```gdscript</code> to add GDScript syntax highlighting.)
+ You can include images or videos with drag and drop, and format code blocks or logs with <code>\`\`\`</code> tags, on separate lines before and after the text. (Use <code>\`\`\`gdscript</code> to add GDScript syntax highlighting.)
Please do not add code examples or error messages as screenshots, but as text, this helps searching for issues and testing the code. If you are reporting a bug in the editor interface, like the script editor, please provide both a screenshot *and* the text of the code to help with testing.
validations:
required: true