diff options
author | TJ DeVries <devries.timothyj@gmail.com> | 2022-12-19 21:29:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-19 21:29:52 -0500 |
commit | 6dccf03fd23e708549139204bfe3cbfc5bf0ea7d (patch) | |
tree | be45c940e527012e686453b4ade812004abc26c1 | |
parent | d37a3a946288c97e52e3d82e8a710c099eb6bd90 (diff) |
Update issue templates (#72)
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..6999d51 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +<!-- Any bug report not following this template will be immediately closed. Thanks --> +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. ... + +**Desktop (please complete the following information):** +- OS: +- Terminal: + +** Neovim Version ** + - Output of running `:version` from inside of neovim: + +``` +``` |