Skip to content

Commit

Permalink
Add question.yml in GitHub Issue template.
Browse files Browse the repository at this point in the history
  • Loading branch information
akikuno committed Jul 8, 2024
1 parent afd319f commit 1172fdd
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: ❓ Question
description: Report your question here
labels: ['question']

body:
- type: textarea
id: description
attributes:
label: '📋 Description'
description: A clear and concise description of the question.
validations:
required: true

- type: textarea
id: environment
attributes:
label: '🔍 Environment'
description: |
Optional: The environment information.
Example:
- OS: WSL (Ubuntu 22.04)
- DAJIN2 version: x.x.x
- Python version: x.x.x
value: |
- OS:
- DAJIN2 version:
- Python version:
render: markdown
validations:
required: false

- type: textarea
id: anything_else
attributes:
label: '📎 Anything else?'
description: |
Optional: Add any other contexts, links, or screenshots about the bug here.
validations:
required: false

0 comments on commit 1172fdd

Please sign in to comment.