feat: add feature request issue template (#418)
This commit is contained in:
18
.github/ISSUE_TEMPLATE/bug_report.md
vendored
18
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -2,15 +2,15 @@
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||
> Please make sure to take the time adhere fully the following template.
|
||||
> So that the team can understand the issue and solve it very quickly,
|
||||
> else the issue will be marked "missing issue template" and
|
||||
> Please make sure to take the time adhere fully the following template.
|
||||
> So that the team can understand the issue and solve it very quickly,
|
||||
> else the issue will be marked "missing issue template" and
|
||||
> close right away!!!!!
|
||||
|
||||
TODO:
|
||||
@@ -41,7 +41,7 @@ TIP: copy the template to your vim buffer
|
||||
Example:
|
||||
|
||||
1. nvim -nu test.vim
|
||||
2. :Telescope live_grep or git_commits
|
||||
2. :Telescope live_grep or git_commits
|
||||
3. .... bang here is the issue
|
||||
...
|
||||
-->
|
||||
@@ -60,7 +60,7 @@ Example:
|
||||
- git log --pretty=format:'%h' -n 1
|
||||
...
|
||||
-->
|
||||
- nvim version:
|
||||
- nvim --version output:
|
||||
- Operating system:
|
||||
- Telescope commit:
|
||||
|
||||
@@ -69,8 +69,8 @@ Example:
|
||||
<!-- Configuration -->
|
||||
<details><summary>Configuration</summary>
|
||||
<p>
|
||||
<!-- adopt your telescope configuration to the following template,
|
||||
save it to test.vim then execute `nvim -NU test.vim` -->
|
||||
<!-- adopt your telescope configuration to the following template,
|
||||
save it to test.vim then execute `nvim -NU test.vim` -->
|
||||
|
||||
```viml
|
||||
set nocompatible hidden laststatus=2
|
||||
@@ -101,7 +101,7 @@ require('telescope').setup{
|
||||
'--column',
|
||||
'--smart-case'
|
||||
},
|
||||
prompt_position = "bottom",
|
||||
prompt_position = "bottom",
|
||||
prompt_prefix = ">",
|
||||
selection_strategy = "reset",
|
||||
sorting_strategy = "descending",
|
||||
|
||||
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal 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.
|
||||
Reference in New Issue
Block a user