1<!--#include file="header.html" -->
2
3<div class="container">
4<div class="row nh">
5<div class="col-lg-10 col-lg-offset-1 col-md-12 col-sm-12 col-xs-12">
6
7  <div class="panel panel-primary">
8    <div class="panel-heading">Contribute</div>
9    <div class="panel-body">
10      <p>Buildroot is an open source project and you are very welcome to contribute to
11	it.<br />
12	There are many different ways to contribute:</p>
13
14      <ul>
15	<li>Reproducing, analyzing and fixing bugs from our
16	  <a href="https://bugs.buildroot.org/">bug tracker</a></li>
17	<li>Analyzing and fixing <a href="http://autobuild.buildroot.org/">
18	    autobuild failures</a></li>
19	<li>Reviewing and testing patches sent by other developers. See the
20	  <a href="http://lists.buildroot.org/mailman/listinfo/buildroot">mailing list
21	  </a> or <a href="https://patchwork.ozlabs.org/project/buildroot/list/">
22	    patchwork</a>.</li>
23	<li>Working on items from the
24	  <a href="http://www.elinux.org/Buildroot#Todo_list">TODO list</a></li>
25	<li><a href="http://buildroot.org/manual.html#submitting-patches">Submitting
26	  your own patches</a> through the
27	  <a href="http://lists.buildroot.org/mailman/listinfo/buildroot">mailing list
28	</a></li>
29      </ul>
30
31      <p>For more details on these topics, check out the
32	<a href="http://buildroot.org/manual.html#_contributing_to_buildroot">
33	  Contributing to buildroot</a> chapter in the Buildroot manual. Thanks for your help!</p>
34
35      <p>If you need any support yourself, have a look at <a href="./support.html">
36	  Support</a>.</p>
37    </div>
38  </div>
39
40</div><!--/.col-sm-10 -->
41</div><!--/.row -->
42</div>
43
44<!--#include file="footer.html" -->
45