Skip to content

Commit 357fd20

Browse files
committed
Add discussion template for Q&A
1 parent af2c086 commit 357fd20

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
body:
2+
- type: textarea
3+
attributes:
4+
label: Question
5+
description: What questions do you have? What kind of problem are you facing?
6+
validations:
7+
required: true
8+
- type: textarea
9+
attributes:
10+
label: Context
11+
description: |
12+
If you need help for a specific project, please include
13+
14+
* GitHub Actions configuration
15+
* tox and tox-gh-actions configuration
16+
* Link to the GitHub Actions job if a repository is public
17+
- type: textarea
18+
attributes:
19+
label: Aditional context
20+
description: Add any other context about the problem here.

0 commit comments

Comments
 (0)