Skip to content

Commit bdbb95c

Browse files
authored
Create question.yml
1 parent 2cf59f5 commit bdbb95c

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: Question
2+
description: Ask a question about how to use the library.
3+
body:
4+
- type: textarea
5+
id: question
6+
attributes:
7+
label: Question
8+
description: Please include sufficient detail on what's confusing, not working, or unexpected behavior including code with what you tried.
9+
validations:
10+
required: true
11+
- type: textarea
12+
id: supplemental
13+
attributes:
14+
label: Supplemental Data
15+
description: Provide screenshots, a tile set, or live example if the question pertains to a specific set up.
16+
validations:
17+
required: false
18+
- type: input
19+
id: version
20+
attributes:
21+
label: Library Version
22+
description: Which version of the library are you using?
23+
placeholder: v
24+
validations:
25+
required: true
26+
- type: input
27+
id: three_version
28+
attributes:
29+
label: Three.js Version
30+
description: Which version of three.js are you using?
31+
placeholder: r
32+
validations:
33+
required: true

0 commit comments

Comments
 (0)