Skip to content

Issue templates present

Turns "it doesn't work" into a report you can actually act on.

Gate ID
issue_template_present
Severity
info
Scope
Project root
Tags
project-hygiene

What it checks

At least one .github/ISSUE_TEMPLATE/*.md helps reporters file useful bug reports and requests.

Satisfied by at least one .github/ISSUE_TEMPLATE/*.md.

What a finding says

text
No .github/ISSUE_TEMPLATE/. Add at least one bug_report.md / feature_request.md template.

Turning it off

Silence the gate for the whole project in .l0git.json:

json
{
  "ignore": ["issue_template_present"]
}

Or keep it running at a lower severity:

json
{
  "severity": { "issue_template_present": "info" }
}

See also

Released under the MIT License. · Privacy & legal