# Contributing guide
Thank you for considering contributing to our project! We welcome contributions from the community to help improve and expand our features.
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes using [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) (`git commit -m 'feat: add amazing feature'`)
- **Conventional Commits** help us automate versioning and changelogs.
- Example commit message: `fix(api): handle null user in login endpoint`
- Common types: `feat`, `fix`, `docs`, `style`, `refactor`, `test`, `chore`
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request