Skip to content

Commit

Permalink
Add discussion template for Q&A
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyzk committed May 14, 2023
1 parent af2c086 commit 357fd20
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/DISCUSSION_TEMPLATE/q-a.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
body:
- type: textarea
attributes:
label: Question
description: What questions do you have? What kind of problem are you facing?
validations:
required: true
- type: textarea
attributes:
label: Context
description: |
If you need help for a specific project, please include
* GitHub Actions configuration
* tox and tox-gh-actions configuration
* Link to the GitHub Actions job if a repository is public
- type: textarea
attributes:
label: Aditional context
description: Add any other context about the problem here.

0 comments on commit 357fd20

Please sign in to comment.