diff options
author | fchmmr <fchmmr@libreboot.org> | 2015-03-23 07:22:47 (EDT) |
---|---|---|
committer | fchmmr <fchmmr@libreboot.org> | 2015-03-23 07:22:47 (EDT) |
commit | 41c4402c899e8e0006f9675aaf6ce676dc30ac25 (patch) | |
tree | 96f50787bb09a92a780fac4662ec313d0b34c8cf /site | |
parent | 2e14f02ff4b1713932259f1c37474884771a0066 (diff) | |
download | libreboot.org-41c4402c899e8e0006f9675aaf6ce676dc30ac25.zip libreboot.org-41c4402c899e8e0006f9675aaf6ce676dc30ac25.tar.gz libreboot.org-41c4402c899e8e0006f9675aaf6ce676dc30ac25.tar.bz2 |
home page: add direct link to instructions on how to contribute
Diffstat (limited to 'site')
-rw-r--r-- | site/index.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/site/index.php b/site/index.php index d92732c..6b4e06d 100644 --- a/site/index.php +++ b/site/index.php @@ -53,6 +53,7 @@ </p> </div> + <div class="section"> <h1>But why? What is this all about?</h1> @@ -73,6 +74,21 @@ </p> </div> + + <div class="section"> + + <h1>Contributing to libreboot?</h1> + + <p> + The instructions at <a href="download/#contrib">download/#contrib</a> show how to submit patches. + The list of currently defined tasks is listed at <a href="gitdocs/release.html#tasks">gitdocs/release.html#tasks</a>. + The gitdocs/ directory is also part of the git repository (it's a symlink to a working repository), so + you can also submit patches adding to that list of tasks. + </p> + + </div> + + <div class="fullheight"> |