aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyoyo Fujita <syoyo@lighttransport.com>2020-08-01 14:09:50 +0900
committerGitHub <noreply@github.com>2020-08-01 14:09:50 +0900
commitebd177f4317f243a4a27ba61d6bda11184311a54 (patch)
tree762b73d91f233364447ae3acbaab0c5fd59872ce
parentcff52cd9eafac54cf8bbe3ca7da8219122acbf5d (diff)
downloadtinyobjloader-ebd177f4317f243a4a27ba61d6bda11184311a54.tar.gz
Update issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/issue-report.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/issue-report.md b/.github/ISSUE_TEMPLATE/issue-report.md
new file mode 100644
index 0000000..1361a32
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/issue-report.md
@@ -0,0 +1,28 @@
+---
+name: Issue report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Describe the issue**
+A clear and concise description of what the issue is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. Compile TinyObjLoader with '...'
+2. Load .obj file '...'
+3. See error
+
+Please attach minimal and reproducible files(source codes, .obj/.mtl files, etc)
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Environment**
+ - TinyObjLoader version
+ - OS: [e.g. Linux]
+ - Compiler [e.g. gcc 7.3]
+ - Other environment [e.g. Python version if you use python binding]