Browse Source

Merge remote-tracking branch 'rl1987/doc26638'

Nick Mathewson 5 years ago
parent
commit
4ff93dd94f
3 changed files with 12 additions and 0 deletions
  1. 7 0
      CODE_OF_CONDUCT
  2. 1 0
      Makefile.am
  3. 4 0
      changes/doc26638

+ 7 - 0
CODE_OF_CONDUCT

@@ -0,0 +1,7 @@
+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
+

+ 1 - 0
Makefile.am

@@ -136,6 +136,7 @@ include contrib/include.am
 EXTRA_DIST+= \
 	ChangeLog					\
 	CONTRIBUTING					\
+	CODE_OF_CONDUCT                                 \
 	INSTALL						\
 	LICENSE						\
 	Makefile.nmake					\

+ 4 - 0
changes/doc26638

@@ -0,0 +1,4 @@
+  o Minor features (development):
+    - Copy paragraph and URL to Tor's code of conduct document
+      from CONTRIBUTING to new CODE_OF_CONDUCT file. Resolves
+      ticket 26638.