chore: add super-linter configuration in the bug template (#5910)

This commit is contained in:
Marco Ferrari 2024-07-19 08:08:54 +02:00 committed by GitHub
parent e374e48933
commit 26ddd8b084
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: