From 2e33b1654384921ec1cc9656a2018744f3f1ce81 Mon Sep 17 00:00:00 2001 From: Kiyan Date: Sun, 5 Dec 2021 23:24:59 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md 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.