Skip to content

Commit bf4d808

Browse files
authored
Create question_issue.yml (rjsf-team#2843)
* Create question_issue.yml * Update question_issue.yml
1 parent 63cd759 commit bf4d808

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
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+
attributes:
19+
label: What theme are you using?
20+
options:
21+
- core
22+
- antd
23+
- bootstrap-4
24+
- chakra-ui
25+
- fluent-ui
26+
- material-ui
27+
- semantic-ui
28+
validations:
29+
required: true
30+
- type: textarea
31+
attributes:
32+
label: What is your question?
33+
validations:
34+
required: false

0 commit comments

Comments
 (0)