mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-20 21:33:50 -07:00
Update issue templates
This commit is contained in:
parent
c3a597e6dd
commit
9b8e0b6f8c
2 changed files with 53 additions and 0 deletions
28
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
28
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a new bug report
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
#### For bugs with existing features
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
|
#### Here's a snippet or screenshot that shows the problem:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
#!/bin/sh
|
||||||
|
your script here
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Here's what shellcheck currently says:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#### Here's what I wanted or expected to see:
|
25
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
25
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
#### 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 a potential problem:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
#!/bin/sh
|
||||||
|
your script here
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Here's what shellcheck currently says:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#### Here's what I wanted to see:
|
Loading…
Add table
Add a link
Reference in a new issue