docs: allow blank issues and drop stale Submit-a-Server reference - #115
Merged
Conversation
Two follow-ups that were part of PR #114's branch but did not make it into the squash merge: - `.github/ISSUE_TEMPLATE/config.yml` — flip `blank_issues_enabled` from `false` to `true` so anyone (not just maintainers) can open a blank issue from the "New issue" chooser. Without the flag, non- maintainers only see the structured templates. - `.github/ISSUE_TEMPLATE/request-server.yml` — replace the outdated "use the Submit a Server template (or open a PR)" hint. The Submit-a-Server template was removed in the prior PR because issue forms can't create PRs; repoint readers straight at CONTRIBUTING.md's quickstart instead. Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.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.
Summary
Two follow-ups to PR #114 that were on the branch but didn't land in the squash merge. Fixing both in a small, self-contained PR.
1.
blank_issues_enabled: trueconfig.ymlshipped withblank_issues_enabled: false, which surfaces the structured issue templates correctly but hides the "Open a blank issue" link for non-maintainers. Maintainers can bypass that and open blank issues regardless; everyone else gets stuck on the chooser. Flipping totruelets anyone open a free-form issue from the bottom of the chooser when none of the templates fit.2. Drop stale "Submit a Server template" reference
request-server.ymlstill tells users with a working JSON definition to use the "Submit a Server" template. That template was intentionally removed in PR #114 (issue forms can't open PRs, so routing contributors through an issue was slower and confusing). Re-pointing the hint directly atCONTRIBUTING.md's five-command quickstart, which is the actual fastest path.Before:
After:
Test plan
Validate PR) should skip or no-op — this PR doesn't touchservers/.?template=request-server.ymldeep link no longer shows the stale text.