You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tighten the MegaLinter configuration to the maintainable checks for this repository, fix schema and shellcheck findings, and align docs and executable bits with the current lint gate.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@ name: "🐛 Bug Report"
3
3
description: Report a bug
4
4
title: "(short issue description)"
5
5
labels: [bug]
6
-
assignees: []
7
6
body:
8
7
- type: textarea
9
8
id: description
@@ -40,7 +39,7 @@ body:
40
39
For more complex issues provide a repo with the smallest sample that reproduces the bug.
41
40
42
41
Avoid including business logic or unrelated code, it makes diagnosis more difficult.
43
-
The code sample should be an SSCCE. See http://sscce.org/ for details. In short, please provide a code sample that we can copy/paste, run and reproduce.
42
+
The code sample should be an SSCCE. See https://sscce.org/ for details. In short, please provide a code sample that we can copy/paste, run and reproduce.
0 commit comments