We love your input! We want to make contributing to the Digital Samba MCP Server as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
We use GitHub to host code, to track issues and feature requests, as well as accept pull requests.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Update the README.md with details of changes if applicable
- Update the documentation with details of changes to interfaces, tools, resources, etc.
- The PR will be merged once you have the sign-off of the maintainers
We use GitHub issues to track public bugs. Report a bug by opening a new issue.
Great Bug Reports tend to have:
- A quick summary and/or background
- Steps to reproduce
- Be specific!
- Give sample code if you can
- What you expected would happen
- What actually happens
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)
- We use TypeScript for this project
- 2 spaces for indentation rather than tabs
- Run
npm run lintto check your code style
By contributing, you agree that your contributions will be licensed under the project's MIT License.