contribute.html 1.4 KB

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