summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTJ DeVries <devries.timothyj@gmail.com>2022-12-19 21:29:52 -0500
committerGitHub <noreply@github.com>2022-12-19 21:29:52 -0500
commit6dccf03fd23e708549139204bfe3cbfc5bf0ea7d (patch)
treebe45c940e527012e686453b4ade812004abc26c1 /.github
parentd37a3a946288c97e52e3d82e8a710c099eb6bd90 (diff)
Update issue templates (#72)
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md26
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:
+
+```
+```