summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinifree Ltd <info@minifree.org>2016-05-04 23:27:08 (EDT)
committer Minifree Ltd <info@minifree.org>2016-05-04 23:27:08 (EDT)
commit435f6547e63ac0be617bcfc427848ef4876a9cd2 (patch)
tree0b48dd13d17a02dffd2effc2b0fee4beca0bc4f5
parente7f83c15e7e825e686cc512ce1a53df13fcb7a93 (diff)
downloadlibreboot.org-435f6547e63ac0be617bcfc427848ef4876a9cd2.zip
libreboot.org-435f6547e63ac0be617bcfc427848ef4876a9cd2.tar.gz
libreboot.org-435f6547e63ac0be617bcfc427848ef4876a9cd2.tar.bz2
tweak wording on git submission guidelines (2)
-rw-r--r--site/git/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/git/index.php b/site/git/index.php
index 7bb2149..f79c716 100644
--- a/site/git/index.php
+++ b/site/git/index.php
@@ -250,7 +250,7 @@
<?php echo gettext("Make sure that you configured git so that your name and email address appear in the commits that you create:"); ?><br/>
<strong>git config --global user.name &quot;Your Name&quot;</strong><br/>
<strong>git config --global user.email your@emailaddress.com</strong><br/>
- <strong>NOTE: you do not have to use your legal name; we don't care what name you use. Pseudonyms (alternative names) are OK. If you wish to be anonymous (no name), you can also use <em>Libreboot Contributor</em> as your name, and <em>noname@libreboot.org</em> as the email address. <em>We will happily accept anonymous contributions in the libreboot project.</em></strong>
+ <strong>NOTE: you do not have to use your legal name; we don't care what name you use. You can use any name of your choosing. If you wish to be anonymous (no name), you can also use <em>Libreboot Contributor</em> as your name, and <em>noname@libreboot.org</em> as the email address. <em>We will happily accept anonymous contributions in the libreboot project.</em></strong>
</p>
<p>
<?php echo gettext("The following is also useful:"); ?><br/>