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-12-12 06:56:09 +0300
committerFeross Aboukhadijeh <feross@feross.org>2014-12-12 06:56:09 +0300
commite01cb256922bdfb95162662e48f2d2c1506eaea1 (patch)
tree74b2fa05af444b600c91ceb481fd501a977c049a /CONTRIBUTING.md
parent0234fdddb58fe2173a6dc1d31726666d3213e6b7 (diff)
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5e63bcb..7f104df 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -7,7 +7,7 @@ Individuals making significant and valuable contributions are given commit-acces
There are a few basic ground-rules for contributors:
1. **No `--force` pushes** or modifying the Git history in any way.
-1. **Breaking API changes and significant modifications** should be subject to a **pull request** to solicit feedback from other contributors.
+1. **External API changes and significant modifications** should be subject to a **pull request** to solicit feedback from other contributors.
1. Pull requests to solicit feedback are *encouraged* for any other non-trivial contribution but left to the discretion of the contributor.
1. Use a non-`master` branch for ongoing work.
1. Contributors should attempt to adhere to the prevailing code style.