Skip to content

Commit

Permalink
Add field about terminal in issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Sep 5, 2021
1 parent ab5bba5 commit 41e6a25
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ body:
```
validations:
required: true
- type: textarea
attributes:
label: Terminal
description: Which terminal do you use?
placeholder: |
Example: Gnome terminal, VSCode, Windows CMD, Git for Windows,
Powershell, WSL, mintty, cmder, macOS Terminal.app, iTerm2, etc.
validations:
required: true
- type: checkboxes
attributes:
label: Pull request (optional)
Expand Down

0 comments on commit 41e6a25

Please sign in to comment.