diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a7952b38b843a14b0df4b2d9b4d383031741e64f..4fc3f9f9ccf66ac51a93f97cd07ba8c15ac98208 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