mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Update bug issue template with logging instructions
This commit is contained in:
parent
49b9b28c00
commit
c01d0bc870
1 changed files with 34 additions and 14 deletions
48
.github/ISSUE_TEMPLATE/bug_report.md
vendored
48
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -4,25 +4,45 @@ about: Create a report to help us improve
|
||||||
title: ''
|
title: ''
|
||||||
labels: bug
|
labels: bug
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Describe the bug**
|
## Describe the bug
|
||||||
A clear and concise description of what the bug is.
|
|
||||||
|
|
||||||
**To Reproduce**
|
<!-- A clear and concise description of what the bug is. -->
|
||||||
Steps to reproduce the behavior:
|
|
||||||
|
## Expected behavior
|
||||||
|
|
||||||
|
<!-- A clear and concise description of what you expected to happen. -->
|
||||||
|
|
||||||
|
## Steps to Reproduce
|
||||||
|
|
||||||
|
<!-- Steps to reproduce the behavior. -->
|
||||||
|
<!-- To speed up the triaging of your request, try to reproduce the issue running super-linter locally, -->
|
||||||
|
<!-- pointing to a specific container image tag. -->
|
||||||
|
<!-- Remember to set ACTIONS_RUNNER_DEBUG=true for complete output -->
|
||||||
|
<!-- Example: -->
|
||||||
|
<!--
|
||||||
|
docker run \
|
||||||
|
-e RUN_LOCAL=true \
|
||||||
|
-e ACTIONS_RUNNER_DEBUG=true \
|
||||||
|
-e DISABLE_ERRORS=false \
|
||||||
|
-e ERROR_ON_MISSING_EXEC_BIT=true \
|
||||||
|
-e LINTER_RULES_PATH=. \
|
||||||
|
-e MULTI_STATUS=false \
|
||||||
|
-e VALIDATE_ALL_CODEBASE=true \
|
||||||
|
-v $(pwd):/tmp/lint \
|
||||||
|
ghcr.io/github/super-linter:v3.13.5
|
||||||
|
-->
|
||||||
|
|
||||||
1. Go to '...'
|
1. Go to '...'
|
||||||
2. Click on '....'
|
1. Click on '....'
|
||||||
3. Scroll down to '....'
|
1. Scroll down to '....'
|
||||||
4. See error
|
1. See error
|
||||||
|
|
||||||
**Expected behavior**
|
## Logs
|
||||||
A clear and concise description of what you expected to happen.
|
|
||||||
|
|
||||||
**Screenshots**
|
<!-- Report logs an to help explain your problem. -->
|
||||||
If applicable, add screenshots to help explain your problem.
|
|
||||||
|
|
||||||
**Additional context**
|
## Additional context
|
||||||
Add any other context about the problem here.
|
|
||||||
|
<!-- Add any other relevant information about the problem here. -->
|
||||||
|
|
Loading…
Reference in a new issue