Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 872 Bytes

File metadata and controls

32 lines (22 loc) · 872 Bytes

Contributing to lldap-operator

Thank you for your interest in contributing!

Documentation

The project documentation is built with mdBook. The published version is available at https://lukidoescode.github.io/lldap-operator/.

To build and preview locally:

cargo install mdbook
cd docs
mdbook serve

See the Architecture chapter for an overview of the codebase structure and the Development Guide for build instructions and local setup.

Reporting Issues

Please file issues on the GitHub issue tracker.

License

By contributing, you agree that your contributions will be licensed under the MIT License.