# Contributing to @pinkpixel/mem0-mcp
First off, thank you for considering contributing to `@pinkpixel/mem0-mcp`! 🎉 Your help is appreciated.
## How Can I Contribute?
### Reporting Bugs 🐛
- Ensure the bug was not already reported by searching on GitHub under [Issues](https://github.com/pinkpixel-dev/mem0-mcp/issues).
- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/pinkpixel-dev/mem0-mcp/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.
### Suggesting Enhancements ✨
- Open a new issue with your suggestion. Provide a clear description of the enhancement and why it would be beneficial.
### Pull Requests 🚀
1. Fork the repository and create your branch from `main`.
2. If you've added code that should be tested, add tests.
3. Ensure the test suite passes (`npm test` - if tests are available).
4. Make sure your code lints (`npm run lint` - if linting is configured).
5. Issue that pull request!
## Styleguides
Please follow the existing code style. If linting is configured, ensure your code passes the linter checks.
## Any questions?
Feel free to open an issue if you have questions about contributing.
Thank you for your contribution!
❤️ Pink Pixel