summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md18
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md20
2 files changed, 29 insertions, 9 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 51e2260..871b262 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -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",
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..11fc491
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -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.