diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..6d4a2daa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +name: Bug report +about: Bug report issue template +title: '' +labels: '' +assignees: '' + +--- + +**OS** +Operation system's name and version + +**Neovim version** +output of `nvim --version` + +**Nvim-tree version** +nvim-tree branch, commit or tag number + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior + +**Expected behavior** +A clear and concise description of what you expected to happen.