aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2019-05-21 13:09:56 +0100
committerLeah Rowe <info@minifree.org>2019-05-21 13:57:36 +0100
commitbd57557903abdff80220023a118646d2ff03d79e (patch)
tree4605cd68b129b2642b1f743997a1c720b2949e21 /www
parent9c63bff482a2a2d7c9dae756ee618fb050a57aac (diff)
downloadlibrebootfr-bd57557903abdff80220023a118646d2ff03d79e.tar.gz
librebootfr-bd57557903abdff80220023a118646d2ff03d79e.zip
Add instructions for anonymous contributions to the Git page
Diffstat (limited to 'www')
-rw-r--r--www/git.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/www/git.md b/www/git.md
index 375a9eda..9bbc5cf0 100644
--- a/www/git.md
+++ b/www/git.md
@@ -39,6 +39,38 @@ set the document root to the *www* directory in your local Git repository.
With this configuration, you can then generate your local version of the
website and view it by typing `localhost` in your browser's URL bar.
+Privacy of contributors (you do not have to reveal your name or identity!)
+-------------------------------------------------------------------------
+
+Contributions that you make are publicly recorded, in a Git repository which
+everyone can access. This includes the name and email address of the
+contributor.
+
+In Git, for author name and email address, you do not have to use identifying
+data. You can use Libreboot Contributor and your email address could be
+specified as contributor@libreboot.org. You are permitted to do this, if
+you wish to maintain privacy. We believe in privacy. If you choose to remain
+anonymous, we will honour this.
+
+Of course, you can use whichever name and/or email address you like.
+
+For enhanced privacy, we recommend that you use a [trustworthy VPN
+provider](https://torrentfreak.com/which-vpn-services-keep-you-anonymous-in-2019/)
+and route all of your traffic through Tor (on top of the VPN). The
+[Tor website](https://torproject.org/) has instructions on it for routing
+traffic through the Tor network.
+
+Legally speaking, all copyright is automatic under the Berne Convention of
+international copyright law. It does not matter which name, or indeed whether
+you even declare a copyright (but we do require that certain copyright
+licenses are used - read more about that on this same page).
+
+If you use a different name and email address on your commits/patches, then you
+should be fairly anonymous. Use
+[git log](https://git-scm.com/book/en/v2/Git-Basics-Viewing-the-Commit-History)
+and [git show](https://git-scm.com/docs/git-show) to confirm that before you
+push changes to a public Git repository.
+
General guidelines for submitting patches
-----------------------------------------