2
1

contribute.html 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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 we warmly welcome your
  9. contributions.<br />
  10. There are different ways you can get involved:</p>
  11. <ul>
  12. <li>Reproducing, analyzing and fixing bugs from our
  13. <a href="https://gitlab.com/buildroot.org/buildroot/-/issues">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 class="panel panel-primary">
  35. <div class="panel-heading">Sponsor</div>
  36. <div class="panel-body">
  37. <p>Besides technical contributions, you can also support the project
  38. financially.<br />
  39. There are various ways make a financial contribution:</p>
  40. <ul>
  41. <li>Sponsor the <a href="./association.html">Buildroot Association</a>.
  42. The association helps Buildroot with infrastructure (servers, domain
  43. name, ...) and organising meetings. It relies on money from sponsors
  44. to organise those.</li>
  45. <li>Practical help: providing a meeting room for developer meetings,
  46. providing autobuilder instances, etc.</li>
  47. <li><a href="https://mind.be/buildroot-lts">Buildroot LTS Sponsoring</a>,
  48. a specific effort to finance the maintenance of the Long Term Support
  49. branch of Buildroot.</li>
  50. </ul>
  51. <p>All of these sponsors are thanked by listing them on the <a
  52. href="./sponsors.html">sponsors page</a>.</p>
  53. </div>
  54. </div>
  55. </div><!--/.col-sm-10 -->
  56. </div><!--/.row -->
  57. </div>
  58. <!--#include file="footer.html" -->