Context
The current .github/ISSUE_TEMPLATE/config.yaml only contains blank_issues_enabled: false. PR #16 enriched it with contact_links (docs, website, Discord) to route people to the right place before opening an issue.
⚠️ Note on PR #16's version
PR #16 wrote blank_lines_enabled: true — this key is invalid. GitHub only recognizes blank_issues_enabled, so that line is silently ignored (and defaults blank issues back to enabled). We should:
- Keep the correct key
blank_issues_enabled (proposal: keep false to preserve current behavior)
- Add the
contact_links block
- Use the modern
discord.gg/litestar invite
Proposed tasks
Context
The current
.github/ISSUE_TEMPLATE/config.yamlonly containsblank_issues_enabled: false. PR #16 enriched it withcontact_links(docs, website, Discord) to route people to the right place before opening an issue.PR #16 wrote
blank_lines_enabled: true— this key is invalid. GitHub only recognizesblank_issues_enabled, so that line is silently ignored (and defaults blank issues back to enabled). We should:blank_issues_enabled(proposal: keepfalseto preserve current behavior)contact_linksblockdiscord.gg/litestarinviteProposed tasks
contact_links(Litestar Documentation, Litestar Website, Discord) toconfig.yamlblank_issues_enabled: falsediscord.gg/MmcwxztmQbinvite inpyproject.toml