Skip to content

Commit dd02904

Browse files
authored
feat(readme): Added another template for question/queries and few readme changes (#5)
1 parent 2aa6677 commit dd02904

File tree

4 files changed

+71
-676
lines changed

4 files changed

+71
-676
lines changed

.github/ISSUE_TEMPLATE/question.yml

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

0 commit comments

Comments
 (0)