summaryrefslogtreecommitdiffstats
path: root/vendor/gopkg.in/ldap.v3/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gopkg.in/ldap.v3/CONTRIBUTING.md')
-rw-r--r--vendor/gopkg.in/ldap.v3/CONTRIBUTING.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/vendor/gopkg.in/ldap.v3/CONTRIBUTING.md b/vendor/gopkg.in/ldap.v3/CONTRIBUTING.md
deleted file mode 100644
index a7885231c7..0000000000
--- a/vendor/gopkg.in/ldap.v3/CONTRIBUTING.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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)