From 5eda7770be54f222e27e87190a95847e6d0e2c8c Mon Sep 17 00:00:00 2001 From: Michal Hanus Date: Mon, 29 Dec 2025 19:02:55 +0100 Subject: nvim setup --- .config/nvim/.github/ISSUE_TEMPLATE/bug_report.md | 40 ++++++++++++++++++++++ .../nvim/.github/ISSUE_TEMPLATE/feature_request.md | 19 ++++++++++ 2 files changed, 59 insertions(+) create mode 100644 .config/nvim/.github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .config/nvim/.github/ISSUE_TEMPLATE/feature_request.md (limited to '.config/nvim/.github/ISSUE_TEMPLATE') 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: '' +--- + + + +- `nvim --version`: +- 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`: + + + ``` + + ``` + +**Describe the bug** + + + +Steps to reproduce the issue: + +1. +2. +3. + +**Expected behavior** + + +**Screenshots** + + +**Additional context** + + 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. -- cgit v1.2.3