Skip to content

Commit dbb5955

Browse files
authored
docs: allow blank issues and drop stale Submit-a-Server reference (#115)
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>
1 parent 6393064 commit dbb5955

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
blank_issues_enabled: false
1+
blank_issues_enabled: true
22
contact_links:
33
- name: Contributing Guide (Pull Request path)
44
url: https://github.com/mcpmux/mcp-servers/blob/main/CONTRIBUTING.md

.github/ISSUE_TEMPLATE/request-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
value: |
99
Know of an MCP server that should be in the McpMux registry? Tell us about it here.
1010
11-
If you already have a working definition, use the **Submit a Server** template (or open a PR) instead — that's the fastest path.
11+
If you already have a working definition, **open a Pull Request** instead — that's the fastest path. See [CONTRIBUTING.md](https://github.com/mcpmux/mcp-servers/blob/main/CONTRIBUTING.md) for the five-command quickstart.
1212
1313
- type: input
1414
id: name

0 commit comments

Comments
 (0)