We welcome contributions to Fetcher MCP! By participating in this project, you agree to abide by our Code of Conduct.
- Fork the repository on GitHub.
- Clone your fork to your local machine.
- Set up your development environment (see Development Setup).
- Create a new branch for your contribution.
- Make your changes and commit them with clear, concise commit messages.
- Push your branch to your fork on GitHub.
- Submit a pull request to the main repository.
- Install Node.js and npm.
- Run
npm installto install dependencies. - Run
npm run buildto build the project.
- Follow the JavaScript Standard Style.
- Write clear, concise, and well-commented code.
- Test your code thoroughly.
- Use the issue templates provided.
- Provide detailed description of the issue, including steps to reproduce it.
- If possible, suggest a solution or workaround.
- Follow the pull request template.
- Ensure your code is well-tested and passes all checks.
- Write clear and concise commit messages.
- Explain the purpose of your pull request and the changes you've made.
Please review and follow our Code of Conduct.
Thank you for your contributions!