diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-29 01:30:30 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-29 01:30:30 (EDT) |
commit | 9105e6b11a0b9c6c70e23b236db3c7d3c47068a3 (patch) | |
tree | 92f3a939c7fa0dc5d865395a9525c38bb8bc5c5e /site | |
parent | cb71328ed38e717e3c16333a52e479a653c60807 (diff) | |
download | libreboot.org-9105e6b11a0b9c6c70e23b236db3c7d3c47068a3.zip libreboot.org-9105e6b11a0b9c6c70e23b236db3c7d3c47068a3.tar.gz libreboot.org-9105e6b11a0b9c6c70e23b236db3c7d3c47068a3.tar.bz2 |
git page: emphasize the important bits
Diffstat (limited to 'site')
-rw-r--r-- | site/git/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/git/index.php b/site/git/index.php index a6e0751..474134c 100644 --- a/site/git/index.php +++ b/site/git/index.php @@ -65,11 +65,11 @@ <h2>General guidelines for submitting patches</h2> <p> - <?php echo gettext("Using your legal name is not 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>."); ?> + <?php echo gettext("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>."); ?> </p> <p> When submitting any kind of documentation, please try not to use the terms him/her, she/he, his/her. - Use their, they, them, those people, that person, and so on. <a href="https://gist.githubusercontent.com/0xabad1dea/8870b192fd1758743f66/raw/a230fa3438ce60c538dba31830fa88143245b719/singularthey.md">You are making a huge difference</a>. + <b>Use their, they, them, those people, that person, and so on.</b> <a href="https://gist.githubusercontent.com/0xabad1dea/8870b192fd1758743f66/raw/a230fa3438ce60c538dba31830fa88143245b719/singularthey.md">You are making a huge difference</a>. </p> <p> <?php echo gettext("Generally speaking, using the same license as the file that you are modifying is much simpler."); ?> |