aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGregg Caines <[email protected]>2014-06-03 16:57:54 -0700
committerGregg Caines <[email protected]>2014-06-03 16:57:54 -0700
commit27953c7db0d09a9f075eb1f947e6dfaeebbf408e (patch)
treef115459a9925b1d07e2c9d7f6c2e6ea0951f7d93 /README.md
parent041d5ba1c697385321995316412d05e08dc5d469 (diff)
downloadnode-coveralls-27953c7db0d09a9f075eb1f947e6dfaeebbf408e.tar.xz
node-coveralls-27953c7db0d09a9f075eb1f947e6dfaeebbf408e.zip
add contributing notes
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 957ba31..0822700 100644
--- a/README.md
+++ b/README.md
@@ -112,3 +112,12 @@ If you want to send commit data to coveralls, you can set the `COVERALLS_GIT_COM
[drone-image]: https://drone.io/github.com/cainus/node-coveralls/status.png
[drone-url]: https://drone.io/github.com/cainus/node-coveralls/latest
+
+## Contributing
+
+I generally don't accept pull requests that are untested, or break the build, because I'd like to keep the quality high (this is a coverage tool afterall!).
+
+I also don't care for "soft-versioning" or "optimistic versioning" (dependencies that have ^, x, > in them, or anything other than numbers and dots). There have been too many problems with bad semantic versioning in dependencies, and I'd rather have a solid library than a bleeding edge one.
+
+
+