diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-05-25 11:35:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-25 11:35:07 +0200 |
commit | 79209a856c0d701360161686a7074e39e4b306ec (patch) | |
tree | 9b7caae4ebc531d418a34d7b7ddc7a75936db583 /.github | |
parent | e7b11cc2aad884da14f25b0ce6997a36b34baddc (diff) | |
parent | a58edb771f744cea81310a73d97b830be5239148 (diff) |
Merge pull request #38262 from Xrayez/resurrect-issues
Bring back and improve comments clarifying the new bug report template
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 91528465c0..7e8c5fd740 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,13 +6,24 @@ labels: '' assignees: '' --- +<!-- Please search existing issues for potential duplicates before filing yours: +https://github.com/godotengine/godot/issues?q=is%3Aissue +--> **Godot version:** +<!-- Specify commit hash if using non-official build. --> + **OS/device including version:** +<!-- Specify GPU model, drivers, and the backend (GLES2, GLES3, Vulkan) if graphics-related. --> + **Issue description:** +<!-- What happened, and what was expected. --> + **Steps to reproduce:** + **Minimal reproduction project:** +<!-- A small Godot project which reproduces the issue. Drag and drop a zip archive to upload it. --> |