From aea67a4532fb24cf54c4471f1037d922f1f6a5d6 Mon Sep 17 00:00:00 2001 From: Eisuke Kawashima Date: Wed, 30 Jul 2025 15:28:00 +0900 Subject: [PATCH] chore: remove obsolescent ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE.md | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 493b465..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,27 +0,0 @@ -#### For bugs -- Rule Id (if any, e.g. SC1000): -- My shellcheck version (`shellcheck --version` or "online"): -- [ ] The rule's wiki page does not already cover this (e.g. https://shellcheck.net/wiki/SC2086) -- [ ] I tried on https://www.shellcheck.net/ and verified that this is still a problem on the latest commit - -#### For new checks and feature suggestions -- [ ] https://www.shellcheck.net/ (i.e. the latest commit) currently gives no useful warnings about this -- [ ] I searched through https://github.com/koalaman/shellcheck/issues and didn't find anything related - - -#### Here's a snippet or screenshot that shows the problem: - -```sh - -#!/your/interpreter -your script here - -``` - -#### Here's what shellcheck currently says: - - - -#### Here's what I wanted or expected to see: - -