summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2018-09-09 22:30:06 -0700
committerGitHub <noreply@github.com>2018-09-09 22:30:06 -0700
commitc69ce78e736a7c369b9e001ef0bd04d885a14144 (patch)
tree13a7dca46e8f0381dd402298c23214c9608a2603
parentee802fbff777a0d892e53a16678f15d36cb75a5b (diff)
downloadnatsort-c69ce78e736a7c369b9e001ef0bd04d885a14144.tar.gz
Update CONTRIBUTING.md [ci skip]
-rw-r--r--CONTRIBUTING.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c3de3de..05f8492 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,7 +2,10 @@
If you have an idea for how to improve `natsort`, please contribute! It can
be as simple as a bug fix or documentation update, or as complicated as a more
-robust algorithm.
+robust algorithm. Contributions that change the public API of
+`natsort` will have to ensure that the library does not become
+less usable after the contribution and is backwards-compatible (unless there is
+a good reason not to be).
I do not have strong opinions on how one should contribute, so
I have copy/pasted some text verbatim from the