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') 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 From 174b7a67ce384318f7500e0d256322e1cbba5e5b Mon Sep 17 00:00:00 2001 From: Ashkan Kiani Date: Sat, 26 Oct 2019 13:16:51 -0700 Subject: Update bug.md --- .github/ISSUE_TEMPLATE/bug.md | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 76c8566..4cfa53e 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -22,6 +22,9 @@ If applicable, add screenshots to help explain your problem. **Operating System:** e.g. Ubuntu 16.04 +**Neovim Version:** +e.g. 0.4.2 + **Colorizer Version:** Paste the output of -- cgit v1.2.3-70-g09d2