Add discussion templates and disable blank issues (5/5)#1832
Open
andrewdefilippis wants to merge 1 commit intomeshcore-dev:devfrom
Open
Add discussion templates and disable blank issues (5/5)#1832andrewdefilippis wants to merge 1 commit intomeshcore-dev:devfrom
andrewdefilippis wants to merge 1 commit intomeshcore-dev:devfrom
Conversation
Adds structured forms for the Ideas and Q&A discussion categories so that feature requests and support questions redirected from the issue chooser land in a consistent format. Also sets blank_issues_enabled to false in config.yml now that all issue templates (bug report, hardware request, build issue) are available in the preceding PRs in this series. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Problem / Background
MeshCore's issue chooser config (PR 1) redirects feature requests to the Ideas discussion category and support questions to Q&A, but those categories have no form templates — contributors land on a blank text box. Additionally, once all issue templates are in place, blank issues should be disabled to ensure all submissions use the appropriate template.
What is Changing
New files:
.github/DISCUSSION_TEMPLATE/ideas.yml— Ideas/feature request form:enhancementlabel auto-applied[Idea]:.github/DISCUSSION_TEMPLATE/q-a.yml— Q&A/support form:[Q&A]:Updated file:
.github/ISSUE_TEMPLATE/config.yml— Setsblank_issues_enabled: falseWith all three issue templates now available (bug report from #1828, hardware request from #1830, build issue from #1831), blank issues can be disabled. Contributors must choose a template or use a contact link.
Why
Expected Outcome
All PRs in This Series
🤖 Generated with Claude Code