diff options
| author | Yann E. MORIN <yann.morin.1998@free.fr> | 2015-01-24 00:05:55 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-01-25 18:17:09 +0100 |
| commit | 2ee00d0964dddf364c195e656ab938c721b50569 (patch) | |
| tree | f867da552a44e6beec69e1374028dbc16395bb56 /docs/website/contribute.html | |
| parent | b90fa707f3a3d43d54944e7b80ad6423f2f93667 (diff) | |
| download | buildroot-2ee00d0964dddf364c195e656ab938c721b50569.tar.gz buildroot-2ee00d0964dddf364c195e656ab938c721b50569.zip | |
docs: really move the website
Now that the automated scripts that deply our website have been updated,
really move the website to its final location.
We still keep a symlink for the images, as they are used both for the
website, and for the manual.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/website/contribute.html')
| -rw-r--r-- | docs/website/contribute.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/website/contribute.html b/docs/website/contribute.html new file mode 100644 index 0000000000..17ed26fffd --- /dev/null +++ b/docs/website/contribute.html @@ -0,0 +1,38 @@ +<!--#include file="header.html" --> + +<div class="row"> +<div class="col-sm-10 col-sm-offset-1"> + +<h2>Contribute</h2> + +<p>Buildroot is an open source project and you are very welcome to contribute to +it.<br /> +There are many different ways to contribute:</p> + +<ul> +<li>Reproducing, analyzing and fixing bugs from our + <a href="https://bugs.buildroot.org/">bug tracker</a></li> +<li>Analyzing and fixing <a href="http://autobuild.buildroot.org/"> + autobuild failures</a></li> +<li>Reviewing and testing patches sent by other developers. See the + <a href="http://lists.busybox.net/mailman/listinfo/buildroot">mailing list + </a> or <a href="http://patchwork.ozlabs.org/project/buildroot/list/"> + patchwork</a>.</li> +<li>Working on items from the + <a href="http://www.elinux.org/Buildroot#Todo_list">TODO list</a></li> +<li>Submitting your own patches through the + <a href="http://lists.busybox.net/mailman/listinfo/buildroot">mailing list + </a></li> +</ul> + +<p>For more details on these topics, check out the +<a href="http://buildroot.uclibc.org/downloads/manual/manual.html#_contributing_to_buildroot"> +Contributing to buildroot</a> chapter in the Buildroot manual. Thanks for your help!</p> + +<p>If you need any support yourself, have a look at <a href="./support.html"> +Support</a>.</p> + +</div><!--/.col-sm-10 --> +</div><!--/.row --> + +<!--#include file="footer.html" --> |

