Contributing

Thank you for your interest in contributing to complyctl! We welcome contributions from the community.

How To Contribute#

  1. Fork the repository and clone it to your local machine.
  2. Create a new branch for your feature or bugfix.
  3. Make your changes with clear and concise commit messages.
  4. Push your changes to your forked repository.
  5. Open a pull request with a detailed description of your changes.

Before you start, please make sure to check our STYLE_GUIDE.md to follow the project’s coding standards.

Pull Request Guidelines#

All pull requests (PRs) must meet the following requirements before being merged:

  1. Follow the project’s coding standards outlined in STYLE_GUIDE.md.
  2. Ensure all required tests pass.
  3. Receive at least two approvals from project maintainers or reviewers.

Code Of Conduct#

Please adhere to our Code of Conduct in all your interactions with the project.

Reporting Issues#

If you encounter any issues, please open an issue on GitHub.

Thank you for contributing!