[Pkg-javascript-commits] [node-coveralls] 164/332: add contributing notes

Bastien Roucariès rouca at moszumanska.debian.org
Thu Nov 9 13:53:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-coveralls.

commit 27953c7db0d09a9f075eb1f947e6dfaeebbf408e
Author: Gregg Caines <gregg at caines.ca>
Date:   Tue Jun 3 16:57:54 2014 -0700

    add contributing notes
---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

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.
+
+
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-coveralls.git



More information about the Pkg-javascript-commits mailing list