forked from element-hq/element-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(contributing.md): added private sign off process (element-hq#26785)
Signed-off-by: Pankaj Singh <[email protected]>
- Loading branch information
1 parent
e9f0a8c
commit 4203c95
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -271,6 +271,17 @@ on Git 2.17+ you can mass signoff using rebase: | |
git rebase --signoff origin/develop | ||
``` | ||
|
||
## Private sign off | ||
|
||
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 [email protected]. It helps to | ||
include "sign off" or similar in the subject line. You will then be instructed | ||
further. | ||
|
||
Once private sign off is complete, doing so for future contributions will not | ||
be required. | ||
|
||
# Review expectations | ||
|
||
See https://github.com/vector-im/element-meta/wiki/Review-process | ||
|