File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Question
2+ description : Ask a question about how to use the library.
3+ labels : ["question"]
4+ body :
5+ - type : textarea
6+ id : question
7+ attributes :
8+ label : Question
9+ description : Please include sufficient detail on what's confusing, not working, or unexpected behavior including code with what you tried.
10+ validations :
11+ required : true
12+ - type : textarea
13+ id : supplemental
14+ attributes :
15+ label : Supplemental Data
16+ description : Provide screenshots or live example if the question pertains to a specific set up.
17+ validations :
18+ required : false
19+ - type : input
20+ id : version
21+ attributes :
22+ label : Library Version
23+ description : Which version of the library are you using?
24+ placeholder : v
25+ validations :
26+ required : true
27+ - type : input
28+ id : three_version
29+ attributes :
30+ label : Three.js Version
31+ description : Which version of three.js are you using?
32+ placeholder : r
33+ validations :
34+ required : true
You can’t perform that action at this time.
0 commit comments