aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-05-11 17:59:09 -0400
committerNick Mathewson <nickm@torproject.org>2018-05-11 17:59:09 -0400
commitcbb13df8080b660e5d20962c31c8744ed190d2e9 (patch)
tree58692c79df4be8e1614d4f8d0f267d147d4eaed4 /CONTRIBUTING
parentf6c96fd0cacfb44b4a97ac2a9887a80920937da1 (diff)
parentf7949a440f1356e08550d26da5c5749fa35f5b3d (diff)
downloadtor-cbb13df8080b660e5d20962c31c8744ed190d2e9.tar.gz
tor-cbb13df8080b660e5d20962c31c8744ed190d2e9.zip
Merge branch 'contributing'
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r--CONTRIBUTING39
1 files changed, 39 insertions, 0 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
new file mode 100644
index 0000000000..7d8bd03418
--- /dev/null
+++ b/CONTRIBUTING
@@ -0,0 +1,39 @@
+Contributing to Tor
+-------------------
+
+### Getting started
+
+Welcome!
+
+We have a bunch of documentation about how to develop Tor in the
+doc/HACKING/ directory. We recommend that you start with
+doc/HACKING/README.1st.md , and then go from there. It will tell
+you how to find your way around the source code, how to get
+involved with the Tor community, how to write patches, and much
+more!
+
+You don't have to be a C developer to help with Tor: have a look
+at https://www.torproject.org/getinvolved/volunteer.html.en !
+
+The Tor Project is committed to fostering a inclusive community
+where people feel safe to engage, share their points of view, and
+participate. For the latest version of our Code of Conduct, please
+see
+
+https://gitweb.torproject.org/community/policies.git/plain/code_of_conduct.txt
+
+
+
+### License issues
+
+Tor is distributed under the license terms in the LICENSE -- in
+brief, the "3-clause BSD license". If you send us code to
+distribute with Tor, it needs to be code that we can distribute
+under those terms. Please don't send us patches unless you agree
+to allow this.
+
+Some compatible licenses include:
+
+ - 3-clause BSD
+ - 2-clause BSD
+ - CC0 Public Domain Dedication