File tree Expand file tree Collapse file tree 2 files changed +53
-0
lines changed
Expand file tree Collapse file tree 2 files changed +53
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Create a new bug report
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ #### For bugs with existing features
11+
12+ - Rule Id (if any, e.g. SC1000):
13+ - My shellcheck version (` shellcheck --version ` or "online"):
14+ - [ ] The rule's wiki page does not already cover this (e.g. https://shellcheck.net/wiki/SC2086 )
15+ - [ ] I tried on https://www.shellcheck.net/ and verified that this is still a problem on the latest commit
16+
17+ #### Here's a snippet or screenshot that shows the problem:
18+
19+ ``` sh
20+ #! /bin/sh
21+ your script here
22+ ```
23+
24+ #### Here's what shellcheck currently says:
25+
26+
27+
28+ #### Here's what I wanted or expected to see:
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Suggest an idea for this project
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ #### For new checks and feature suggestions
11+ - [ ] https://www.shellcheck.net/ (i.e. the latest commit) currently gives no useful warnings about this
12+ - [ ] I searched through https://github.com/koalaman/shellcheck/issues and didn't find anything related
13+
14+ #### Here's a snippet or screenshot that shows a potential problem:
15+
16+ ``` sh
17+ #! /bin/sh
18+ your script here
19+ ```
20+
21+ #### Here's what shellcheck currently says:
22+
23+
24+
25+ #### Here's what I wanted to see:
You can’t perform that action at this time.
0 commit comments