File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : Issue
2+ description : File an issue
3+ body :
4+ - type : markdown
5+ attributes :
6+ value : |
7+ ### Before Submitting
8+
9+ - You checked the [faq](https://github.com/junegunn/vim-plug/wiki/faq) for common problems.
10+ - Check your [requirements](https://github.com/junegunn/vim-plug/wiki/requirements) are satisfied.
11+
12+ - type : textarea
13+ id : description
14+ attributes :
15+ label : Description
16+ placeholder : Explain the problem here
17+
18+ - type : textarea
19+ id : plug-block
20+ attributes :
21+ label : Plug block
22+ description : Paste your Plug block (from `call plug#begin()` to `call plug#end()`)
23+ render : vim
24+
25+ - type : textarea
26+ id : version
27+ attributes :
28+ label : " :version"
29+ description : Paste the contents of `:version` below
30+ render : text
31+
32+ - type : checkboxes
33+ id : type
34+ attributes :
35+ label : Type
36+ options :
37+ - label : Bug
38+ - label : Enhancement
39+ - label : Feature Request
40+ - label : Question
41+
42+ - type : checkboxes
43+ id : os
44+ attributes :
45+ label : OS
46+ options :
47+ - label : All/Other
48+ - label : Linux
49+ - label : macOS
50+ - label : Windows
51+
52+ - type : checkboxes
53+ id : vim
54+ attributes :
55+ label : Vim
56+ options :
57+ - label : Terminal Vim
58+ - label : GVim
59+ - label : Neovim
You can’t perform that action at this time.
0 commit comments