contributing.rst 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. *************
  2. Contributing
  3. *************
  4. There are many ways to help the FusionPBX project.
  5. What We Need:
  6. 1. Developers
  7. 2. Technical Writers
  8. 3. Translators
  9. 4. Quality Assurance Testers
  10. .. note::
  11. If you are planning to contribute to any of our github repos we require that you sign the FusionPBX Contributor License Agreement.
  12. This mainly protects FusionPBX and our users **read: you** from code that could be inserted that might pose a legal problem.
  13. It does this by verifying that the code you are contributing is yours to give and the you give it freely and irrevocably to the project.
  14. How to Get Started:
  15. 1. If you have a good handle on PHP, Lua or SQL Development Might be the thing for you head over to the Development Manual
  16. 2. Are you a FusionPBX power user and do you possible love to write? Check out the Documentation Guide or the Testing Guide
  17. 3. Would you like to see FreePBX in your native language and have the time to commit to staying on top of translations for releases? Check out the translation section to learn how to use our translation server.
  18. .. note::
  19. Contributing Code or Documentation requires knowledge of Git, Github and how to create pull requests on Github.
  20. This is not as bad as it sounds and if you are willing to learn we will help you through it.
  21. .. toctree::
  22. :maxdepth: 4
  23. :glob:
  24. contributing/contributing_code.rst
  25. contributing/contributing_documentation.rst
  26. contributing/contributing_translations.rst
  27. contributing/qa_testing.rst
  28. #contributing/coding_standards
  29. #contributing/directory_structure