Skip to content

Commit bad4ee3

Browse files
Updated question issue template to yaml
1 parent eeed584 commit bad4ee3

File tree

2 files changed

+20
-13
lines changed

2 files changed

+20
-13
lines changed

.github/ISSUE_TEMPLATE/3_Question.md

-13
This file was deleted.

.github/ISSUE_TEMPLATE/3_Question.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: 🙋 Question
2+
description: I have a question I can't find the answer to ❓
3+
labels: [question]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for being bold enough, and taking the time to ask a question.
9+
- type: textarea
10+
attributes:
11+
label: My question is!
12+
description: The question should be concise and clear, and not out of context.
13+
placeholder: |
14+
1. If Discussions are enabled in this repository and your question leads to a discussion,
15+
I recommend using the Discussions area.
16+
2. If your question is about code that you've written, provide a short and clear
17+
example of what you're trying to accomplish.
18+
3. If available, provide any additional context that may help us answer your question.
19+
validations:
20+
required: true

0 commit comments

Comments
 (0)