summary refs log tree commit diff
path: root/develop/development/contributing_guide.html
diff options
context:
space:
mode:
authoranoadragon453 <anoadragon453@users.noreply.github.com>2022-03-11 11:10:52 +0000
committeranoadragon453 <anoadragon453@users.noreply.github.com>2022-03-11 11:10:52 +0000
commit57805f9bf5dc0c0cf9d64d0174b1be40d668587e (patch)
treeb88df41ae298d2fff92a7f11b906216d7500a7a7 /develop/development/contributing_guide.html
parentdeploy: 7577894bec78a063f3e85ec7d386a58a0c60fb11 (diff)
downloadsynapse-57805f9bf5dc0c0cf9d64d0174b1be40d668587e.tar.xz
deploy: 3b12f6d61b3b10b57e7b3a45f1d7a96f9790d674
Diffstat (limited to 'develop/development/contributing_guide.html')
-rw-r--r--develop/development/contributing_guide.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/develop/development/contributing_guide.html b/develop/development/contributing_guide.html

index 2a34b44485..8476d01bab 100644 --- a/develop/development/contributing_guide.html +++ b/develop/development/contributing_guide.html
@@ -512,6 +512,15 @@ accept anonymous contributions at this time.</p> <p>Git allows you to add this signoff automatically when using the <code>-s</code> flag to <code>git commit</code>, which uses the name and email set in your <code>user.name</code> and <code>user.email</code> git configs.</p> +<h3 id="private-sign-off"><a class="header" href="#private-sign-off">Private Sign off</a></h3> +<p>If you would like to provide your legal name privately to the Matrix.org +Foundation (instead of in a public commit or comment), you can do so +by emailing your legal name and a link to the pull request to +<a href="mailto:dco@matrix.org?subject=Private%20sign%20off">dco@matrix.org</a>. +It helps to include &quot;sign off&quot; or similar in the subject line. You will then +be instructed further.</p> +<p>Once private sign off is complete, doing so for future contributions will not +be required.</p> <h1 id="10-turn-feedback-into-better-code"><a class="header" href="#10-turn-feedback-into-better-code">10. Turn feedback into better code.</a></h1> <p>Once the Pull Request is opened, you will see a few things:</p> <ol>