docs: enrich issue template chooser with contact links - #31
Open
hasansezertasan wants to merge 1 commit into
Open
docs: enrich issue template chooser with contact links#31hasansezertasan wants to merge 1 commit into
hasansezertasan wants to merge 1 commit into
Conversation
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideAdds GitHub issue template contact links while preserving the existing behavior of disallowing blank issues. File-Level Changes
Assessment against linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Add contact_links (Litestar Documentation, Litestar Website, Discord) to the issue template chooser so users are routed to the right place before opening an issue. Keeps blank_issues_enabled: false. Adapted from #16, correcting the invalid blank_lines_enabled key and using the current discord.gg/litestar invite. Closes #30
hasansezertasan
force-pushed
the
docs/issue-template-contact-links
branch
from
July 26, 2026 12:23
0c295e4 to
0166cb5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a
contact_linksblock to.github/ISSUE_TEMPLATE/config.yamlso the issue chooser points users to Documentation, the Website, and Discord before they open an issue.Adapted from #16, with two corrections:
blank_lines_enabled: true, which is not a valid GitHub key (onlyblank_issues_enabledis recognized) — it was silently ignored and would have defaulted blank issues back to enabled. This PR keeps the correctblank_issues_enabled: false, preserving current behavior.discord.gg/litestar).Validated as parseable YAML with the expected keys.
Closes
Summary by Sourcery
Documentation: