mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
* Add contributing guidelines, update issue and PR templates * Fix CONTRIBUTING.md link paths in issue templates Co-authored-by: Jeremiah Lowin <jlowin@users.noreply.github.com> --------- Co-authored-by: Marvin Context Protocol <41898282+Marvin Context Protocol@users.noreply.github.com> Co-authored-by: Jeremiah Lowin <jlowin@users.noreply.github.com>
29 lines
1.6 KiB
YAML
29 lines
1.6 KiB
YAML
name: 💡 Enhancement Request
|
|
description: Suggest an idea or improvement for FastMCP
|
|
labels: [enhancement, pending]
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for suggesting an improvement to FastMCP!
|
|
|
|
Enhancement issues are the **primary way** features and improvements get into FastMCP. Maintainers use well-written issues to implement changes that fit the codebase's patterns and ship quickly. A clear issue here is more impactful than a PR — see [CONTRIBUTING.md](../../CONTRIBUTING.md) for why.
|
|
|
|
### Before you submit
|
|
|
|
- 🔍 **Check if this has already been requested** — search existing issues first
|
|
- 🎯 **Describe the problem you're trying to solve**, not the solution you want — we'll figure out the best implementation
|
|
- ✂️ **Keep it short.** A motivating description and a concrete use case is the ideal request. Skip proposed implementations unless you have a specific, well-considered suggestion. Requests that are difficult to parse may be closed without response.
|
|
- 🤖 **Using an LLM?** Great — but it must follow these guidelines. Generic LLM output that ignores our contributing conventions will be closed. See [CONTRIBUTING.md](../../CONTRIBUTING.md).
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Enhancement
|
|
description: |
|
|
What problem or use case does this solve? How does current behavior fall short?
|
|
|
|
Focus on the *what* and *why* — the motivating scenario. You don't need to propose an API or implementation.
|
|
validations:
|
|
required: true
|