Skip to content

Commit 2774f3e

Browse files
authored
Create question.yml
1 parent 169bcdd commit 2774f3e

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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

0 commit comments

Comments
 (0)