diff options
Diffstat (limited to '.config/nvim/.github/ISSUE_TEMPLATE/bug_report.md')
| -rw-r--r-- | .config/nvim/.github/ISSUE_TEMPLATE/bug_report.md | 40 |
1 files changed, 40 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. --> |
