diff options
Diffstat (limited to 'site/index.php')
-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"> |