Browse Source

Update issue templates

Vicente Penades 3 years ago
parent
commit
951d6c06b8
1 changed files with 25 additions and 0 deletions
  1. 25 0
      .github/ISSUE_TEMPLATE/bug_report.md

+ 25 - 0
.github/ISSUE_TEMPLATE/bug_report.md

@@ -0,0 +1,25 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: "[BUG]"
+labels: bug
+assignees: vpenades
+
+---
+
+**Before submitting a bug**
+
+It is fairly common that loading issues are produced by _malformed_ glTF files, so **YOU MUST** check the model you're trying to load with [glTF Validator](https://github.khronos.org/glTF-Validator/) before submitting a bug report.
+
+- If [glTF Validator](https://github.khronos.org/glTF-Validator/) reports the model has errors, then you must report the problem to the owner of the exporter, _not here_.
+- If [glTF Validator](https://github.khronos.org/glTF-Validator/) reports no erros, then you can proceed to report the issue here.
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+If the issue is complex, or depends on loading or processing a specific model, provide a demo and the models required, otherwise it will take a lot longer to fix.
+
+**please complete the following information:**
+ - OS: [e.g. iOS]
+ - SharpGLTF Version [e.g. Alpha-025, or From Source]