Просмотр исходного кода

Bring back and improve comments clarifying the new bug report template

The comments clarifying the questions were
accidentally removed in c8e92b802c16f8f9d120bf01bc5923c702a3c3ff
while migrating to the bug/feature templates workflow.

[ci skip]
Andrii Doroshenko (Xrayez) 5 лет назад
Родитель
Сommit
a58edb771f
1 измененных файлов с 11 добавлено и 0 удалено
  1. 11 0
      .github/ISSUE_TEMPLATE/bug_report.md

+ 11 - 0
.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. -->