Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

35 lines (23 loc) · 1.1 KB

Contributing to the ReOpenLDAP project

Pull requests are always welcome, and the ReOpenLDAP dev team appreciates any help the community can give to help make ReOpenLDAP better.

Contributor Agreement

Before contribute please see the LICENSE file included in the root directory of the source tree for extended license details.

In general to contribute ReOpenLDAP you should accept both AGPL and OpenLDAP Public Licens terms for contributions.

Style Guide

Unfortunately, historically ReOpenLDAP has inherited a 'rebus' codestyle from the OpenLDAP projects, as well as a huge technical debt.

Therefore, the requirements are minimal:

  1. for new modules it is recommended to use the LLVM Code Style.

  2. for patches just strive to minimize volume of changes without losing clarity of the code.

  3. Spread at least a little bit of the quality and clarity by an each commit.