feat: add feature request issue template (#418)

This commit is contained in:
Simon Hauser
2021-01-11 20:24:59 +01:00
committed by GitHub
parent 8783bea06e
commit f4fbd88a25
2 changed files with 29 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
labels: bug
assignees: ''
---
@@ -60,7 +60,7 @@ Example:
- git log --pretty=format:'%h' -n 1
...
-->
- nvim version:
- nvim --version output:
- Operating system:
- Telescope commit:

View File

@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.