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