diff options
author | Francis Rowe <fchmmr@minifree.lan> | 2015-10-29 11:40:38 (EDT) |
---|---|---|
committer | Francis Rowe <fchmmr@minifree.lan> | 2015-10-29 11:40:38 (EDT) |
commit | 4ee6a549d5f4da183b56f5213b7aec980f6b7db9 (patch) | |
tree | 247058ce76a1ddc03525f34284f07d390f8b13fb /site | |
parent | d7c640e00ea6b00733b7639d5c2c9410a977a77a (diff) | |
download | libreboot.org-4ee6a549d5f4da183b56f5213b7aec980f6b7db9.zip libreboot.org-4ee6a549d5f4da183b56f5213b7aec980f6b7db9.tar.gz libreboot.org-4ee6a549d5f4da183b56f5213b7aec980f6b7db9.tar.bz2 |
git page: further emphasize that a name is not required
Diffstat (limited to 'site')
-rw-r--r-- | site/git/index.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/site/git/index.php b/site/git/index.php index f86af09..325d33d 100644 --- a/site/git/index.php +++ b/site/git/index.php @@ -79,7 +79,11 @@ <h2 id="guidelines">General guidelines for submitting patches <span class="r"><a href="#guidelines">#guidelines</a></span></h2> <p> - Using your legal name is <b>not</b> required. For reasons why we have this policy, read <a href='http://geekfeminism.org/2012/09/29/quick-hit-how-git-shows-the-patriarchal-nature-of-the-software-industry/'>this article</a>. You can use an assumed name, or your company name (if you have a company), if you want. Also, read <a href='http://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/'>this article</a>. Unfortunately, git appears to be stuck with these problems, when an author changes their name, and we don't have a concrete answer to it. + Most people put their name on their work, for recognition, but the libreboot project does not require this. Some projects + (such as coreboot) require a legal name, which can be a problem for certain groups of people. + </p> + <p> + Using your legal name is <b>not</b> required when submitting patches to libreboot. For reasons why we have this policy, read <a href='http://geekfeminism.org/2012/09/29/quick-hit-how-git-shows-the-patriarchal-nature-of-the-software-industry/'>this article</a>. You can use an assumed name, or your company name (if you have a company), if you want. Also, read <a href='http://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/'>this article</a>. Unfortunately, git appears to be stuck with these problems, when an author changes their name, and we don't have a concrete answer to it. As far as we know, publishing your legal name isn't even required for copyright purposes; in fact, "pen names" are common in literature. You can also submit patches without a name, if you want (instructions are detailed on this page). </p> |