2020-05-13 17:49:37 -04:00
|
|
|
---
|
|
|
|
name: Bug report
|
|
|
|
about: Create a report to help us improve
|
|
|
|
title: ''
|
|
|
|
labels: bug
|
|
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
|
2020-11-04 08:21:28 -05:00
|
|
|
## Describe the bug
|
|
|
|
|
|
|
|
<!-- A clear and concise description of what the bug is. -->
|
|
|
|
|
|
|
|
## Expected behavior
|
2020-05-13 17:49:37 -04:00
|
|
|
|
2020-11-04 08:21:28 -05:00
|
|
|
<!-- 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
|
|
|
|
-->
|
2020-07-21 13:08:05 -04:00
|
|
|
|
2020-05-13 17:49:37 -04:00
|
|
|
1. Go to '...'
|
2020-11-04 08:21:28 -05:00
|
|
|
1. Click on '....'
|
|
|
|
1. Scroll down to '....'
|
|
|
|
1. See error
|
|
|
|
|
|
|
|
## Logs
|
2020-05-13 17:49:37 -04:00
|
|
|
|
2020-11-04 08:21:28 -05:00
|
|
|
<!-- Report logs an to help explain your problem. -->
|
2020-05-13 17:49:37 -04:00
|
|
|
|
2020-11-04 08:21:28 -05:00
|
|
|
## Additional context
|
2020-05-13 17:49:37 -04:00
|
|
|
|
2020-11-04 08:21:28 -05:00
|
|
|
<!-- Add any other relevant information about the problem here. -->
|