contribute.html 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!--#include file="header.html" -->
  2. <h2>Contribute</h2>
  3. Buildroot is an open source project and if you want to contribute, here a few
  4. pointers to get you started.
  5. <p>Don't forget to look at <a href="./support.html">Support</a> if you need any
  6. help.
  7. And thanks for your help !</p>
  8. <h3>Autobuilders</h3>
  9. The <a href="http://autobuild.buildroot.org/">Autobuilders</a> are used to test
  10. Buildroot with a lot of differents settings (toolchains, various packages, etc)
  11. on all the supported platforms.
  12. <p>But despite our best effort, sometimes it fails.</p>
  13. <p>That's where you can help ! Look at a package that fails and try to fix it !</p>
  14. <h3>Wiki</h3>
  15. Have a look at the <a href="http://elinux.org/Buildroot">eLinux Wiki</a> a todo
  16. list is available there, which can help you find out what you could do to help
  17. Buildroot.
  18. <h3>Patchwork</h3>
  19. <a href="http://patchwork.ozlabs.org/project/buildroot/list/">Patchwork</a>
  20. is a patch tracking system, if you submit a patch, it will appear here.
  21. <p>You can have a look at a patch that interests you and test it on your machine,
  22. if it succeeds, you can send a <a
  23. href="http://buildroot.org/downloads/manual/manual.html#_reviewing_testing_patches">"Tested-by"</a>,
  24. if it fails, you can also send a mail on the <a
  25. href="http://buildroot.org/downloads/manual/manual.html#_mailing_list">mailing
  26. list</a> and report what has happened to you.</p>
  27. <!--#include file="footer.html" -->