aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorMichal Hanus <mikehanus@protonmail.com>2025-12-29 19:02:55 +0100
committerMichal Hanus <mikehanus@protonmail.com>2025-12-29 19:02:55 +0100
commit5eda7770be54f222e27e87190a95847e6d0e2c8c (patch)
tree6974ac951d1f955f1a05144f1504a41fcf990251 /.config/nvim/.github/ISSUE_TEMPLATE
parent688a636a43e70da5337c8dd671d4269621fae80b (diff)
nvim setup
Diffstat (limited to '.config/nvim/.github/ISSUE_TEMPLATE')
-rw-r--r--.config/nvim/.github/ISSUE_TEMPLATE/bug_report.md40
-rw-r--r--.config/nvim/.github/ISSUE_TEMPLATE/feature_request.md19
2 files changed, 59 insertions, 0 deletions
diff --git a/.config/nvim/.github/ISSUE_TEMPLATE/bug_report.md b/.config/nvim/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..7a7d7a6
--- /dev/null
+++ b/.config/nvim/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,40 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+---
+
+<!-- Before reporting: make sure that you have read the doc (https://github.com/jdhao/nvim-config/tree/master/docs) and searched existing issues. -->
+
+- `nvim --version`: <!--should be latest stable version: https://github.com/neovim/neovim/releases/tag/stable -->
+- terminal emulator and version:
+- Operating system/version:
+- Have you read and followed all steps in the [doc](https://github.com/jdhao/nvim-config/tree/master/docs):
+- Output of command `set runtimepath`:
+
+ <!-- paste your runtimepath below --->
+ ```
+
+ ```
+
+**Describe the bug**
+
+<!-- A clear and concise description of what the bug is. -->
+
+Steps to reproduce the issue:
+
+1.
+2.
+3.
+
+**Expected behavior**
+<!-- A clear and concise description of what you expected to happen. -->
+
+**Screenshots**
+<!-- If applicable, add screenshots to help explain your problem. -->
+
+**Additional context**
+
+<!-- Add any other context about the problem here. -->
diff --git a/.config/nvim/.github/ISSUE_TEMPLATE/feature_request.md b/.config/nvim/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..2f28cea
--- /dev/null
+++ b/.config/nvim/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,19 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: ''
+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.