diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9b9407f2..3ac9890f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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: