mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
chore: add super-linter configuration in the bug template (#5910)
This commit is contained in:
parent
e374e48933
commit
26ddd8b084
1 changed files with 23 additions and 0 deletions
23
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
23
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -63,6 +63,29 @@ body:
|
|||
render: markdown
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Super-linter configuration
|
||||
description: |
|
||||
How you configured Super-linter to experience the issue.
|
||||
If running on GitHub Actions, include the actions/checkout step
|
||||
as well.
|
||||
placeholder: |
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Super-linter
|
||||
uses: super-linter/super-linter@vX.Y.Z
|
||||
env:
|
||||
# To report GitHub Actions status checks
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
........
|
||||
........
|
||||
render: yaml
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
|
|
Loading…
Reference in a new issue