mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
Closes #256 as we now support dual login -- LDAP and forms authentication. Also bumped the vendored library to LDAP.v3 as it contains bug fixes.
486 B
486 B
Contribution Guidelines
We welcome contribution and improvements.
Guiding Principles
To begin with here is a draft from an email exchange:
- take compatibility seriously (our semvers, compatibility with older go versions, etc)
- don't tag untested code for release
- beware of baking in implicit behavior based on other libraries/tools choices
- be as high-fidelity as possible in plumbing through LDAP data (don't mask errors or reduce power of someone using the library)