# Contributing Guidelines Contributions to the **Doorman** project are always welcome! Whether it's code improvements, bug fixes, or documentation updates, your help is greatly appreciated. ## Getting Started 1. **Fork the repository** and clone it to your local machine. 2. **Create a new branch** based on the `dev` branch: ```bash git checkout dev git checkout -b your-feature-branch ``` 3. Make your changes. 4. Commit your changes with a clear and concise message. 5. Push to your fork and open a pull request against the `dev` branch. ## Guidelines * Please follow consistent code style and formatting. * Keep pull requests focused and small where possible. * Add clear documentation for any new features or complex code. * Take care of the entity reference pages when changing anything related to entites. ## Code of Conduct Be respectful and constructive. Harassment, trolling, or discriminatory behavior will not be tolerated. --- Thanks for contributing! 🚀