Skip to content

Commit

Permalink
Create q_a.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yunmaoQu authored Oct 28, 2024
1 parent dc3908e commit 66f3528
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/DISCUSSION_TEMPLATE/q_a.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
body:
- type: markdown
attributes:
value: |
Thanks for starting a Q&A discussion! Please fill out the information below.
- type: textarea
id: question
attributes:
label: Question
description: What do you need help with?
placeholder: Describe your question in detail...
validations:
required: true

- type: textarea
id: environment
attributes:
label: Environment
description: |
- OS: [e.g. Windows 10]
- Python Version: [e.g. 3.8]
- App Version: [e.g. 1.0.0]
render: shell
validations:
required: true

- type: textarea
id: reproduction
attributes:
label: Steps to reproduce
description: How can we reproduce this issue?
placeholder: |
1. Go to '...'
2. Click on '....'
3. See error
validations:
required: false

0 comments on commit 66f3528

Please sign in to comment.