Files
kubesphere/vendor/github.com/go-ldap/ldap/CONTRIBUTING.md
magicsong c6ad0ebc3e use vgo
2019-07-20 00:32:24 +08:00

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)