Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 986 Bytes

File metadata and controls

32 lines (21 loc) · 986 Bytes

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:
   git checkout dev
   git checkout -b your-feature-branch
  1. Make your changes.
  2. Commit your changes with a clear and concise message.
  3. 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! 🚀