contribute.html 1.6 KB

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