mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 21:44:18 +02:00
Add contributing guidelines and update issue/PR templates (#3485)
* 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>
This commit is contained in:
parent
ca8069cb86
commit
d5d5c45be3
4 changed files with 82 additions and 47 deletions
34
.github/pull_request_template.md
vendored
34
.github/pull_request_template.md
vendored
|
|
@ -1,28 +1,22 @@
|
|||
## Description
|
||||
<!--
|
||||
Please provide a clear and concise description of the changes made in this pull request.
|
||||
|
||||
Using AI to generate code? Please include a note in the description with which AI tool you used.
|
||||
-->
|
||||
<!-- What does this PR do? Link to the issue it addresses. -->
|
||||
|
||||
**Contributors Checklist**
|
||||
<!--
|
||||
NOTE:
|
||||
1. You must create an issue in the repository before making a Pull Request.
|
||||
2. You must not create a Pull Request for an issue that is already assigned to someone else.
|
||||
Closes #
|
||||
|
||||
If you do not follow these steps, your Pull Request will be closed without review.
|
||||
-->
|
||||
## Contribution type
|
||||
|
||||
- [ ] My change closes #(issue number)
|
||||
- [ ] I have followed the repository's development workflow
|
||||
- [ ] I have tested my changes manually and by adding relevant tests
|
||||
- [ ] I have performed all required documentation updates
|
||||
<!-- Check the one that applies. If you're unsure whether your change is welcome, please open an issue first — see CONTRIBUTING.md. -->
|
||||
|
||||
**Review Checklist**
|
||||
<!-- Your Pull Request will not be reviewed if tests are failing, you have not self-reviewed your changes, or you have not checked all of the following: -->
|
||||
- [ ] Bug fix (simple, well-scoped fix for a clearly broken behavior)
|
||||
- [ ] Documentation improvement
|
||||
- [ ] Enhancement (maintainers typically implement enhancements — see [CONTRIBUTING.md](../CONTRIBUTING.md))
|
||||
|
||||
## Checklist
|
||||
|
||||
- [ ] This PR addresses an existing issue (or fixes a self-evident bug)
|
||||
- [ ] I have read [CONTRIBUTING.md](../CONTRIBUTING.md)
|
||||
- [ ] I have added tests that cover my changes
|
||||
- [ ] I have run `uv run prek run --all-files` and all checks pass
|
||||
- [ ] I have self-reviewed my changes
|
||||
- [ ] My Pull Request is ready for review
|
||||
|
||||
---
|
||||
- [ ] If I used an LLM, it followed the repo's contributing conventions (not generic output)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue