From 128ad8bc0eb6ab3c635c41cd88a33fa68e3b5983 Mon Sep 17 00:00:00 2001 From: Ashkan Kiani Date: Thu, 24 Oct 2019 11:37:44 -0700 Subject: Update issue templates --- .github/ISSUE_TEMPLATE/bug.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md (limited to '.github/ISSUE_TEMPLATE') 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. -- cgit v1.2.3-70-g09d2