summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-02-09 12:14:55 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-02-09 12:14:55 +0100
commit7612e655a96fcfdc3344623639681efb9c1a3968 (patch)
treea7e42f899f89775ca4fc4bf5b9d27bd363f86c66
parent58a8eb8617bbfbde85657dcdb80de6bbf6506b87 (diff)
parent39b4918402ab25caba14183cbce0073510c7299e (diff)
downloadredot-engine-7612e655a96fcfdc3344623639681efb9c1a3968.tar.gz
Merge pull request #86006 from AThousandShips/issue_screenshot
Instruct users to add code/errors as text in issues
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index d1fafec50d..9dea66914f 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -45,7 +45,8 @@ 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.
+ 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