File tree Expand file tree Collapse file tree 4 files changed +71
-676
lines changed Expand file tree Collapse file tree 4 files changed +71
-676
lines changed Original file line number Diff line number Diff line change
1
+ name : ❓ Question
2
+ description : Submit a question or query related to Dartotsu.
3
+ labels : [question]
4
+ body :
5
+ - type : textarea
6
+ id : question-details
7
+ attributes :
8
+ label : Question Details
9
+ description : Provide a detailed explanation of your question or query.
10
+ placeholder : |
11
+ Example:
12
+ "How do I customize the settings in Dartotsu to optimize performance?"
13
+ validations :
14
+ required : true
15
+
16
+ - type : input
17
+ id : related-features
18
+ attributes :
19
+ label : Related Features (if applicable)
20
+ description : Mention any specific feature or section of Dartotsu related to your question.
21
+ placeholder : |
22
+ Example: "Settings > Performance"
23
+
24
+ - type : checkboxes
25
+ id : submission-checklist
26
+ attributes :
27
+ label : Submission Checklist
28
+ description : Review the following items before submitting your question.
29
+ options :
30
+ - label : I have searched existing issues to see if this question has already been answered.
31
+ required : true
32
+ - label : I have provided a clear and concise question title.
33
+ required : true
34
+ - label : I have provided all relevant details to understand my question fully.
35
+ required : true
You can’t perform that action at this time.
0 commit comments