aboutsummaryrefslogtreecommitdiff
path: root/.local/share/nvim/plugged/nnn.vim/.github
diff options
context:
space:
mode:
authorMarvin Borner2019-03-05 01:09:01 +0100
committerMarvin Borner2019-03-05 01:09:01 +0100
commit55457187d18221e76bd12f0fb2cfab65c49b92fb (patch)
tree8db042d2d80710d54100c2709ad4332153ac848a /.local/share/nvim/plugged/nnn.vim/.github
Initial commit
Diffstat (limited to '.local/share/nvim/plugged/nnn.vim/.github')
-rw-r--r--.local/share/nvim/plugged/nnn.vim/.github/ISSUE_TEMPLATE/bug_report.md43
-rw-r--r--.local/share/nvim/plugged/nnn.vim/.github/ISSUE_TEMPLATE/feature_request.md25
2 files changed, 68 insertions, 0 deletions
diff --git a/.local/share/nvim/plugged/nnn.vim/.github/ISSUE_TEMPLATE/bug_report.md b/.local/share/nvim/plugged/nnn.vim/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..5ed9c19
--- /dev/null
+++ b/.local/share/nvim/plugged/nnn.vim/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,43 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: bug
+assignees: ''
+---
+
+**Describe the bug**
+
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+
+Steps to reproduce the behavior and with the **most minimal configuration**.
+With only nnn.vim installed and additional configurations/plugins that helps reproduce the bug:
+
+1. Open vim
+2. Run command '....'
+3. Press key '....'
+4. See error
+
+**Expected behavior**
+
+A clear and concise description of what you expected to happen.
+
+**Screenshots**
+
+If applicable, add screenshots/gifs/videos to help explain your problem.
+
+**Environment:**
+
+- OS: [e.g. macOS 10.14.2]
+- Terminal: [e.g. iterm2 3.2.7beta2]
+- Shell: [e.g. zsh 5.2.1, bash 4.1]
+- Vim version: [e.g. neovim 0.3.2, vim 8.1 1-239]
+- Plugin manager: [e.g. vim-plug, pathogen]
+- Plugin version: [e.g. master, commit sha, tag]
+- Nnn version: [e.g. 2.1]
+
+**Additional context**
+
+Add any other context about the problem here.
diff --git a/.local/share/nvim/plugged/nnn.vim/.github/ISSUE_TEMPLATE/feature_request.md b/.local/share/nvim/plugged/nnn.vim/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..f79a7ea
--- /dev/null
+++ b/.local/share/nvim/plugged/nnn.vim/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,25 @@
+---
+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.