1313 label : Is there an existing issue for this?
1414 description : Search to see if an issue already exists for the bug you encountered.
1515 options :
16- - label : I have searched the existing issues
17- required : true
16+ - label : I have searched the existing issues
17+ required : true
18+ - type : checkboxes
19+ attributes :
20+ label : Are you using the latest Super-linter version available?
21+ description : |
22+ Ensure that you're using the latest Super-linter version.
23+ https://github.com/super-linter/super-linter/releases/latest
24+ options :
25+ - label : I am using the latest Super-linter version.
26+ required : true
27+ - label : |
28+ I can reproduce the issue running Super-linter using complete version identifier (example: vX.Y.Z), and not just with a partial one (example: vX)
29+ required: true
30+ - label : |
31+ I am using the super-linter/super-linter action or container image, and not the deprecated github/super-linter action or container image.
32+ required: true
33+ - type : checkboxes
34+ attributes :
35+ label : Are you resonably sure that it's a Super-linter issue, and not an issue related to a tool that Super-linter runs?
36+ description : |
37+ If you encounter a specific issue, ensure that the issue is about
38+ Super-linter, and not about a tool that Super-linter runs. For example,
39+ if a linter reports an unexpected or a surprising error, you may check
40+ if there are similar issues reported in that linter's issue tracker.
41+ options :
42+ - label : I think that this is a Super-linter issue.
43+ required : true
1844 - type : textarea
1945 attributes :
2046 label : Current Behavior
@@ -33,10 +59,33 @@ body:
3359 description : |
3460 Super-Linter version where you observed this issue
3561 placeholder : |
36- vX.Y.Z
62+ vX.Y.Z
3763 render : markdown
3864 validations :
3965 required : true
66+ - type : textarea
67+ attributes :
68+ label : Super-linter configuration
69+ description : |
70+ How you configured Super-linter to experience the issue.
71+ If running on GitHub Actions, include the actions/checkout step
72+ as well.
73+ placeholder : |
74+ - name: Checkout code
75+ uses: actions/checkout@v4
76+ with:
77+ fetch-depth: 0
78+
79+ - name: Super-linter
80+ uses: super-linter/[email protected] 81+ env:
82+ # To report GitHub Actions status checks
83+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
84+ ........
85+ ........
86+ render : yaml
87+ validations :
88+ required : true
4089 - type : textarea
4190 id : logs
4291 attributes :
4594 Copy and paste any relevant log output.
4695 This will be automatically formatted into code, so no need for backticks.
4796 Enable debug logging, either on GitHub Actions, or when running locally.
97+ Not attaching debug logging will delay the issue triaging process.
4898 render : shell
4999 validations :
50100 required : true
67117 label : Anything else?
68118 description : |
69119 Links? References? Anything that will give us more context about the issue you are encountering!
70-
71- Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
72120 validations :
73121 required : false
0 commit comments