CONTRIBUTING.md•1.11 kB
# Contributing to lucide-icons-mcp
Thank you for your interest in contributing! Your help is welcome.
## How to Contribute
1. **Fork the repository**
2. **Create a new branch** for your feature or bugfix:
```bash
git checkout -b my-feature
```
3. **Make your changes**
4. **Test your changes** to ensure nothing is broken
5. **Commit and push** your branch:
```bash
git add .
git commit -m "Describe your change"
git push origin my-feature
```
6. **Open a Pull Request** on GitHub and describe your changes
## Opening Issues
- If you find a bug or have a feature request, please [open an issue](https://github.com/SeeYangZhi/lucide-icons-mcp/issues).
- Provide as much detail as possible (steps to reproduce, expected behavior, screenshots, etc).
## Code Style
- Use consistent formatting (TypeScript/JavaScript, 2 spaces for indentation)
- Write clear, descriptive commit messages
- Add comments where helpful
## Code of Conduct
Be respectful and inclusive. Harassment or discrimination of any kind will not be tolerated.
---
Thank you for helping make this project better!