diff options
| author | Gregg Caines <[email protected]> | 2014-06-03 16:57:54 -0700 |
|---|---|---|
| committer | Gregg Caines <[email protected]> | 2014-06-03 16:57:54 -0700 |
| commit | 27953c7db0d09a9f075eb1f947e6dfaeebbf408e (patch) | |
| tree | f115459a9925b1d07e2c9d7f6c2e6ea0951f7d93 /README.md | |
| parent | 041d5ba1c697385321995316412d05e08dc5d469 (diff) | |
| download | node-coveralls-27953c7db0d09a9f075eb1f947e6dfaeebbf408e.tar.xz node-coveralls-27953c7db0d09a9f075eb1f947e6dfaeebbf408e.zip | |
add contributing notes
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. + + + |
