Skip to content

Commit

Permalink
Update Issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
akikuno committed Jun 19, 2024
1 parent 6ab90ee commit 86d53b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,12 @@ body:
Optional: The environment information.
Example:
- OS: WSL (Ubuntu 22.04)
- DAJIN2's version: x.x.x
- DAJIN2 version: x.x.x
- Python version: x.x.x
value: |
- OS:
- DAJIN2's version:
- DAJIN2 version:
- Python version:
render: markdown
validations:
required: false
Expand Down
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,17 @@ body:
Optional: The environment information.
Example:
- OS: WSL (Ubuntu 22.04)
- DAJIN2's version: x.x.x
- DAJIN2 version: x.x.x
- Python version: x.x.x
value: |
- OS:
- DAJIN2's version:
- DAJIN2 version:
- Python version:
render: markdown
validations:
required: false


- type: textarea
id: anything_else
attributes:
Expand Down

0 comments on commit 86d53b0

Please sign in to comment.