Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2014-10-14 09:03:55 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-10-14 09:03:55 +0400
commit274a9a58ed269dff18b61307dd1ef1d6ad02ce8b (patch)
tree5afc50292352d82931b6508c2fe7ff47ff5f115e /CONTRIBUTING.md
parentd69d6b68802b65e05381cdb7ab66acf58616d39b (diff)
docs
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2b3e306..ef04ed8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -13,6 +13,7 @@ There are a few basic ground-rules for contributors:
1. **External API changes and significant modifications** ought to be subject to an **internal pull-request** to solicit feedback from other contributors.
1. Internal pull-requests to solicit feedback are *encouraged* for any other non-trivial contribution but left to the discretion of the contributor.
1. Contributors should attempt to adhere to the prevailing code-style.
+1. Run npm test locally before submitting your PR, to catch any easy to miss style & testing issues
## Releases
@@ -22,4 +23,4 @@ Declaring formal releases remains the prerogative of the project maintainer.
This is an experiment and feedback is welcome! This document may also be subject to pull requests or changes by contributors where you believe you have something valuable to add or change.
-Thanks to [Rod Vagg](https://github.com/rvagg) and the [LevelUP](https://github.com/rvagg/node-levelup) project for coming up with the idea of "OPEN Open Source"!
+Thanks to [Rod Vagg](https://github.com/rvagg) and the [LevelUP](https://github.com/rvagg/node-levelup) project for coming up with this model for open source contribution.