There was an error while loading. Please reload this page.
1 parent 63cd759 commit bf4d808Copy full SHA for bf4d808
.github/ISSUE_TEMPLATE/question_issue.yml
@@ -0,0 +1,34 @@
1
+name: ❔ Question
2
+description: Ask a Question
3
+title: "<title>"
4
+labels: [question, needs triage]
5
+assignees:
6
+ - epicfaace
7
+ - jacqueswho
8
+ - heath-freenome
9
+body:
10
+- type: checkboxes
11
+ attributes:
12
+ label: Prerequisites
13
+ options:
14
+ - label: I have read the [documentation](https://react-jsonschema-form.readthedocs.io/)
15
+ required: true
16
+- type: dropdown
17
+ id: theme
18
19
+ label: What theme are you using?
20
21
+ - core
22
+ - antd
23
+ - bootstrap-4
24
+ - chakra-ui
25
+ - fluent-ui
26
+ - material-ui
27
+ - semantic-ui
28
+ validations:
29
30
+- type: textarea
31
32
+ label: What is your question?
33
34
+ required: false
0 commit comments