mirror of
https://github.com/junegunn/vim-plug.git
synced 2026-05-24 11:54:21 +02:00
Renew issue template
This commit is contained in:
@@ -1,37 +0,0 @@
|
||||
<!--
|
||||
### Before Submitting
|
||||
|
||||
- You checked the [faq](https://github.com/junegunn/vim-plug/wiki/faq) for common problems.
|
||||
- Check your [requirements](https://github.com/junegunn/vim-plug/wiki/requirements) are satisfied.
|
||||
- You are not going to suggest vim-plug manage itself like Vundle, see #240, #364, #367 ...
|
||||
-->
|
||||
|
||||
Explain the problem here ...
|
||||
|
||||
------------------------------
|
||||
|
||||
<!-- Paste your Plug block (from `call plug#begin()` to `call plug#end()`) -->
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
<!-- Paste the contents of `:version` below -->
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
<!-- Check all that apply. -->
|
||||
- Type:
|
||||
- [ ] Bug
|
||||
- [ ] Enhancement
|
||||
- [ ] Feature Request
|
||||
- [ ] Question
|
||||
- OS:
|
||||
- [ ] All/Other
|
||||
- [ ] Linux
|
||||
- [ ] macOS
|
||||
- [ ] Windows
|
||||
- Vim:
|
||||
- [ ] Terminal Vim
|
||||
- [ ] GVim
|
||||
- [ ] Neovim
|
||||
@@ -0,0 +1,59 @@
|
||||
name: Issue
|
||||
description: File an issue
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
### Before Submitting
|
||||
|
||||
- You checked the [faq](https://github.com/junegunn/vim-plug/wiki/faq) for common problems.
|
||||
- Check your [requirements](https://github.com/junegunn/vim-plug/wiki/requirements) are satisfied.
|
||||
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
placeholder: Explain the problem here
|
||||
|
||||
- type: textarea
|
||||
id: plug-block
|
||||
attributes:
|
||||
label: Plug block
|
||||
description: Paste your Plug block (from `call plug#begin()` to `call plug#end()`)
|
||||
render: vim
|
||||
|
||||
- type: textarea
|
||||
id: version
|
||||
attributes:
|
||||
label: ":version"
|
||||
description: Paste the contents of `:version` below
|
||||
render: text
|
||||
|
||||
- type: checkboxes
|
||||
id: type
|
||||
attributes:
|
||||
label: Type
|
||||
options:
|
||||
- label: Bug
|
||||
- label: Enhancement
|
||||
- label: Feature Request
|
||||
- label: Question
|
||||
|
||||
- type: checkboxes
|
||||
id: os
|
||||
attributes:
|
||||
label: OS
|
||||
options:
|
||||
- label: All/Other
|
||||
- label: Linux
|
||||
- label: macOS
|
||||
- label: Windows
|
||||
|
||||
- type: checkboxes
|
||||
id: vim
|
||||
attributes:
|
||||
label: Vim
|
||||
options:
|
||||
- label: Terminal Vim
|
||||
- label: GVim
|
||||
- label: Neovim
|
||||
Reference in New Issue
Block a user