Skip to content

Commit 9b8e0b6

Browse files
authored
Update issue templates
1 parent c3a597e commit 9b8e0b6

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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:
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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:

0 commit comments

Comments
 (0)