contribute.html 1.3 KB

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