Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff52cd commit ebd177fCopy full SHA for ebd177f
.github/ISSUE_TEMPLATE/issue-report.md
@@ -0,0 +1,28 @@
1
+---
2
+name: Issue report
3
+about: Create a report to help us improve
4
+title: ''
5
+labels: ''
6
+assignees: ''
7
+
8
9
10
+**Describe the issue**
11
+A clear and concise description of what the issue is.
12
13
+**To Reproduce**
14
+Steps to reproduce the behavior:
15
+1. Compile TinyObjLoader with '...'
16
+2. Load .obj file '...'
17
+3. See error
18
19
+Please attach minimal and reproducible files(source codes, .obj/.mtl files, etc)
20
21
+**Expected behavior**
22
+A clear and concise description of what you expected to happen.
23
24
+**Environment**
25
+ - TinyObjLoader version
26
+ - OS: [e.g. Linux]
27
+ - Compiler [e.g. gcc 7.3]
28
+ - Other environment [e.g. Python version if you use python binding]
0 commit comments