diff options
-rw-r--r-- | site/git/index.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/site/git/index.php b/site/git/index.php index cd096b7..2f6c410 100644 --- a/site/git/index.php +++ b/site/git/index.php @@ -95,15 +95,15 @@ <?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 page</a> (external link) - use of your legal name is *not* required. You can use an alias, 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. + You are making a huge difference. + </p> + <p> <?php echo gettext("Generally speaking, using the same license as the file that you are modifying is much simpler."); ?> <?php echo gettext("If you are submitting new files, please make sure that they are under a free license (copyleft preferred)."); ?> <?php echo gettext("You can find a list on:"); ?> <a href="https://www.gnu.org/licenses/license-list.html">https://www.gnu.org/licenses/license-list.html</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. - You are making a huge difference. - </p> - <p> Small technical note: libreboot is working to convert all documentation to <i>texinfo</i>, where it is currently written in HTML, directly. Therefore, please submit any new documentation under this format, during the transition period. </p> |