mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Emphasize the importance of uploading a minimal reproduction project
The field is now required, but "N/A" can be manually entered if the reproduction steps are trivial and don't require any project files to be followed.
This commit is contained in:
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -52,5 +52,8 @@ body:
|
||||
attributes:
|
||||
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. Be sure to not include the ".godot" folder in the archive.
|
||||
A small Godot project which reproduces the issue, with no unnecessary files included. Be sure to not include the `.godot` folder in the archive (but keep `project.godot`).
|
||||
Required, unless the reproduction steps are trivial and don't require any project files to be followed. In this case, write "N/A" in the field.
|
||||
Drag and drop a ZIP archive to upload it. **Do not select another field until the project is done uploading.**
|
||||
validations:
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user