Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 09a5ccc

Browse files
committedJul 12, 2023
Add question form
1 parent b94586a commit 09a5ccc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
 

‎.github/ISSUE_TEMPLATE/question.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Question
2+
description: "Ask a question"
3+
title: "[Question]: "
4+
labels: ["question", "triage"]
5+
assignees:
6+
- Chris-RH
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for filling out this question form!
12+
- type: textarea
13+
id: request
14+
attributes:
15+
label: Your question
16+
description: Ask your question here
17+
placeholder: How do I...
18+
validations:
19+
required: true

0 commit comments

Comments
 (0)
Please sign in to comment.