-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
question.yml
in GitHub Issue template.
- Loading branch information
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |