mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-07 13:14:30 +08:00
Update issue template
This commit is contained in:
27
.github/ISSUE_TEMPLATE.md
vendored
27
.github/ISSUE_TEMPLATE.md
vendored
@@ -1,27 +0,0 @@
|
|||||||
<!-- ISSUES NOT FOLLOWING THIS TEMPLATE WILL BE CLOSED AND DELETED -->
|
|
||||||
|
|
||||||
<!-- Check all that apply [x] -->
|
|
||||||
|
|
||||||
- [ ] I have fzf 0.54.0 or above
|
|
||||||
- Check `:echo system(fzf#exec() .. ' --version')`
|
|
||||||
- If you don't have the latest version, `:call fzf#install()` to download it
|
|
||||||
- [ ] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md
|
|
||||||
- [ ] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md
|
|
||||||
- [ ] I have read through the manual page of fzf (`man fzf`)
|
|
||||||
- [ ] I have searched through the existing issues
|
|
||||||
|
|
||||||
<!--
|
|
||||||
|
|
||||||
Before submitting
|
|
||||||
=================
|
|
||||||
|
|
||||||
- Make sure that you have the latest version of fzf and fzf.vim
|
|
||||||
- Check if your problem is reproducible with a minimal configuration
|
|
||||||
|
|
||||||
Start Vim with a minimal configuration
|
|
||||||
======================================
|
|
||||||
|
|
||||||
vim -Nu <(curl https://gist.githubusercontent.com/junegunn/6936bf79fedd3a079aeb1dd2f3c81ef5/raw)
|
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
||||||
49
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
49
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,49 @@
|
|||||||
|
---
|
||||||
|
name: Issue Template
|
||||||
|
description: Report a problem or bug related to fzf.vim to help us improve
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Check the version of fzf used by running
|
||||||
|
|
||||||
|
```vim
|
||||||
|
:echo system(fzf#exec() .. ' --version')
|
||||||
|
```
|
||||||
|
|
||||||
|
If you don't have the latest version, run the following code to download it
|
||||||
|
|
||||||
|
```vim
|
||||||
|
:call fzf#install()
|
||||||
|
```
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Checklist
|
||||||
|
options:
|
||||||
|
- label: I have fzf 0.54.0 or later
|
||||||
|
required: true
|
||||||
|
- label: I have searched through the existing issues
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Output of `:echo system(fzf#exec() .. ' --version')`
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: OS
|
||||||
|
options:
|
||||||
|
- label: Linux
|
||||||
|
- label: macOS
|
||||||
|
- label: Windows
|
||||||
|
- label: Etc.
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Problem / Steps to reproduce
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
Reference in New Issue
Block a user