diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-11-11 16:49:33 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-11-11 16:49:33 +0100 |
commit | c0056cc577d1ac73ddf9fed4c50082a6fa96fde2 (patch) | |
tree | 0acade9df8183eca841a589855ae32415b99de64 | |
parent | 869f4f46fdc81c06379def48d6fefd8a4b97186d (diff) | |
parent | 246c39a2e71462be0bdc38653ee93b8937fb5531 (diff) |
Merge pull request #68526 from KoBeWi/godot_not_included
Mention .godot folder in issue template
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2c2a963a26..690e74855f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -53,4 +53,4 @@ body: label: Minimal reproduction project description: | A small Godot project which reproduces the issue. Highly recommended to speed up troubleshooting. - Drag and drop a ZIP archive to upload it. + Drag and drop a ZIP archive to upload it. Be sure to not include the ".godot" folder in the archive. |