aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshkan Kiani <ashkan.k.kiani@gmail.com>2019-10-24 11:37:44 -0700
committerGitHub <noreply@github.com>2019-10-24 11:37:44 -0700
commit128ad8bc0eb6ab3c635c41cd88a33fa68e3b5983 (patch)
tree009583f3ec3311171b545cb2fdb1372df82fa99c
parentAdd github funding. (diff)
Update issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/bug.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
new file mode 100644
index 0000000..76c8566
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug.md
@@ -0,0 +1,31 @@
+---
+name: Bug
+about: Create a bug report
+title: 'Bug:'
+labels: bug
+assignees: norcalli
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Your configuration and/or a small reproducible test, and/or the steps required to reproduce.
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+**Operating System:**
+e.g. Ubuntu 16.04
+
+**Colorizer Version:**
+Paste the output of
+
+`find ~/.config/nvim/ -type d -name 'nvim-colorizer.lua' -exec git rev-parse HEAD \;`
+
+**Additional context**
+Add any other context about the problem here.