mirror of
https://github.com/junegunn/fzf.git
synced 2026-09-17 09:13:17 +08:00
Update issue template
This commit is contained in:
@@ -3,10 +3,6 @@ name: Issue Template
|
|||||||
description: Report a problem or bug related to fzf to help us improve
|
description: Report a problem or bug related to fzf to help us improve
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: ISSUES NOT FOLLOWING THIS TEMPLATE WILL BE CLOSED AND DELETED
|
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Checklist
|
label: Checklist
|
||||||
@@ -32,7 +28,6 @@ body:
|
|||||||
- label: Linux
|
- label: Linux
|
||||||
- label: macOS
|
- label: macOS
|
||||||
- label: Windows
|
- label: Windows
|
||||||
- label: Etc.
|
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
@@ -41,9 +36,23 @@ body:
|
|||||||
- label: bash
|
- label: bash
|
||||||
- label: zsh
|
- label: zsh
|
||||||
- label: fish
|
- label: fish
|
||||||
|
- label: nushell
|
||||||
|
- label: PowerShell
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Problem / Steps to reproduce
|
label: Problem / Steps to reproduce
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: How did you run into this?
|
||||||
|
description: |
|
||||||
|
What were you actually trying to do? Include the command line or
|
||||||
|
configuration from your real setup.
|
||||||
|
|
||||||
|
If you did not hit this in actual use, say how you found it
|
||||||
|
(reading the code, automated analysis, etc.).
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user