From 0cee8a993d068c59c6a52d8ffd365fb60bda37d4 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Tue, 28 Aug 2018 20:40:33 -0700 Subject: [PATCH] Suggest reading the wiki page in the issue template --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a7952b3..4fc3f9f 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,8 +1,8 @@ #### For bugs - Rule Id (if any, e.g. SC1000): - My shellcheck version (`shellcheck --version` or "online"): +- [ ] I read the issue's wiki page, e.g. https://github.com/koalaman/shellcheck/wiki/SC2086 - [ ] I tried on shellcheck.net and verified that this is still a problem on the latest commit -- [ ] It's not reproducible on shellcheck.net, but I think that's because it's an OS, configuration or encoding issue #### For new checks and feature suggestions - [ ] shellcheck.net (i.e. the latest commit) currently gives no useful warnings about this -- GitLab