Skip to content

Commit c4d45ab

Browse files
MNT: add a question template for github (#16)
1 parent 9f7ae58 commit c4d45ab

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Question
2+
description: Ask a question
3+
title: "<Please write a comprehensive title>"
4+
labels: [question]
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
placeholder: |
10+
<< your question here >>
11+
validations:
12+
required: true

0 commit comments

Comments
 (0)