diff options
author | Marvin Borner | 2020-03-16 23:33:42 +0100 |
---|---|---|
committer | Marvin Borner | 2020-03-16 23:33:42 +0100 |
commit | 0e9ddbb0bf0cd34500155ea4b03de2e2a38d8ab2 (patch) | |
tree | 719da1c7fe5dabb872fe9ff1582c39b55ccd488e /.local/share/nvim/plugged/nnn.vim/.github | |
parent | e5d38956336ab1be954bdbd12808c5f98f8bd925 (diff) |
Well I'm using Arch again
Diffstat (limited to '.local/share/nvim/plugged/nnn.vim/.github')
-rw-r--r-- | .local/share/nvim/plugged/nnn.vim/.github/ISSUE_TEMPLATE/bug_report.md | 43 | ||||
-rw-r--r-- | .local/share/nvim/plugged/nnn.vim/.github/ISSUE_TEMPLATE/feature_request.md | 25 |
2 files changed, 0 insertions, 68 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 deleted file mode 100644 index 5ed9c19..0000000 --- a/.local/share/nvim/plugged/nnn.vim/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -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 deleted file mode 100644 index f79a7ea..0000000 --- a/.local/share/nvim/plugged/nnn.vim/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -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. |