diff --git a/.github/ISSUE_TEMPLATE/issue-report.md b/.github/ISSUE_TEMPLATE/issue-report.md new file mode 100644 index 0000000..cd50f50 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-report.md @@ -0,0 +1,30 @@ +--- +name: Issue report +about: Create a report +title: '' +labels: '' +assignees: '' + +--- + +**Describe the issue** + +A clear and concise description of what the issue is. + +**To Reproduce** + +- OS +- Compiler, compiler version, compile options +- Please attach minimal and reproducible .glTF file if you got an issue related to .glTF data + +**Expected behaviour** + +A clear and concise description of what you expected to happen. + +**Screenshots** + +If applicable, add screenshots to help explain your problem. + + +**Additional context** +Add any other context about the problem here.