Skip to content

Commit 88e3147

Browse files
committed
Renew issue template
1 parent e216852 commit 88e3147

2 files changed

Lines changed: 59 additions & 37 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/issue.yml

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
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

0 commit comments

Comments
 (0)