Skip to content

Commit b2b0fc8

Browse files
committed
add question issue template
1 parent bfd8e84 commit b2b0fc8

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Question
2+
description: Use this template for questions
3+
title: "[QUESTION]: <short description>"
4+
labels:
5+
- question
6+
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to ask us a question!
12+
Please do not hesitate to contact the author via email or contact form for a faster response.
13+
14+
- type: textarea
15+
id: text_of_question
16+
attributes:
17+
label: Question
18+
description: Ask your question
19+
placeholder: Please ask your question here in a clear and concise way
20+
validations:
21+
required: true
22+
23+
- type: textarea
24+
id: additional_context
25+
attributes:
26+
label: Additional Context
27+
description: Provide any related code, issues, or projects
28+
placeholder: Links to issues, code, papers, book chapters or any other related content...

0 commit comments

Comments
 (0)