Contributing¶
Thank you for your interest in contributing to MCP Notify!
Ways to Contribute¶
-
Report Bugs
Found a bug? Open an issue with reproduction steps.
-
Request Features
Have an idea? We'd love to hear it.
-
Submit Code
Fix bugs or add features via pull requests.
-
Improve Docs
Help us improve documentation.
Quick Start¶
Bash
# Fork and clone
git clone https://github.com/YOUR-USERNAME/mcp-notify.git
cd mcp-notify
# Install dependencies
make setup
# Run tests
make test
# Start development
make dev
Code of Conduct¶
We are committed to providing a welcoming and inclusive experience. Please read our Code of Conduct.
License¶
By contributing, you agree that your contributions will be licensed under the MIT License.