Skip to content

Commit 613b979

Browse files
authored
Add issue template for "Request new formatter"
1 parent e079f9c commit 613b979

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: enhancement
5+
labels: ''
66
assignees: ''
77

88
---
99

10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1012

13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/question.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Question
3-
about: Ask a general question
3+
about: Ask a general question about vim-codefmt
44
title: ''
55
labels: question
66
assignees: ''
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Request new formatter
3+
about: Submit a request for a formatter not already supported (or requested at https://bit.ly/3alNxjb)
4+
title: ''
5+
labels: new formatter
6+
assignees: ''
7+
8+
---
9+
10+
**Formatter tool**
11+
[Name of the tool and link to context]
12+
13+
**Filetype(s)**
14+
[Applicable languages/filetypes you'd like to use this tool to format]
15+
16+
**Additional context**
17+
[Add any other context or screenshots about the feature request here.]

0 commit comments

Comments
 (0)