Contributing
Thank you for your interest in contributing to complyctl! We welcome contributions from the community.
How To Contribute#
- Fork the repository and clone it to your local machine.
- Create a new branch for your feature or bugfix.
- Make your changes with clear and concise commit messages.
- Push your changes to your forked repository.
- 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:
- Follow the project’s coding standards outlined in
STYLE_GUIDE.md. - Ensure all required tests pass.
- 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!