From 5622d2762dc43fb3d3913389c0706dc7a9b02282 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Fri, 19 Jun 2020 16:31:37 +0900 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/issue-report.md | 30 ++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue-report.md 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.