🎉 Thank you for your interest in improving rust-mcp-filesystem! Every contribution, big or small, is valuable and appreciated.
We follow the Rust Code of Conduct. Please be respectful and inclusive when contributing.
We highly encourage contributors to improve test coverage and enhance documentation.
You can contribute in three key ways:
- Report Issues – If you find a bug or have an idea, open an issue for discussion.
- Help Triage – Provide details, test cases, or suggestions to clarify issues.
- Resolve Issues – Investigate problems and submit fixes via Pull Requests (PRs).
Anyone can participate at any stage, whether it's discussing, triaging, or reviewing PRs.
When reporting a bug, use the provided issue template and fill in as many details as possible. Don’t worry if you can’t answer everything-just provide what you can.
Most issues are resolved through a Pull Request. PRs go through a review process to ensure quality and correctness.
We welcome PRs! Before submitting, please:
- Discuss major changes – Open an issue before adding a new feature and opening a PR.
- Create a feature branch – Fork the repo and branch from
main. - Write tests – If your change affects functionality, add relevant tests.
- Update documentation – If you modify APIs, update the docs.
- Run checks – Ensure code consistency, formatting, and pass all validations by running:
cargo make check- Relate PR changes to the issue – Changes in a pull request (PR) should directly address the specific issue it’s tied to. Unrelated changes should be split into separate issues and PRs to maintain focus and simplify review.
- Logically separate commits – Keep changes atomic and easy to review.
- Maintain a bisect-able history – Each commit should compile and pass all tests to enable easy debugging with
git bisectin case of regression.
By contributing to rust-mcp-filesystem, you acknowledge and agree that your contributions will be licensed under the terms specified in the LICENSE file located in the root directory of this repository.