/docs/source/develop/contribute.rst

https://github.com/thorrak/fermentrack · ReStructuredText · 41 lines · 26 code · 15 blank · 0 comment · 0 complexity · 40734a7cc6b76fedebcb5d105245921c MD5 · raw file

  1. .. include:: ../global.rst
  2. Contributing to Fermentrack
  3. ==============================
  4. Want to help? Great! There are a number of ways you can get involved in this project. To help you get started, some
  5. areas in which you can contribute are listed below along with additional resources for getting started.
  6. Reporting Bugs/Issues
  7. ----------------------
  8. Found a bug or issue (or have a suggestion for how to improve)? Awesome!
  9. The best way to reach out is to either open an issue on GitHub_ or discuss your issue or idea in the
  10. HomeBrewTalk thread (or - ideally - both). Both of these are actively monitored, and will help to keep track of progress
  11. towards a resolution.
  12. Developing Fermentrack
  13. -----------------------
  14. Interested in helping develop Fermentrack (or improving its look & feel)? Fantastic - Fermentrack is an open source
  15. project, and all help is welcome.
  16. Fermentrack is a Python-based application which uses the Django framework. It is open source and is managed on GitHub.
  17. To help you get started, take a look at the developer documentation located within :doc:`/develop/index`. After reading,
  18. if you have questions don't hesitate to reach out. I do recommend reaching out (either on HomeBrewTalk or by raising an
  19. issue on GitHub) prior to developing a feature that you ultimately would like merged back in.
  20. Documenting Fermentrack
  21. -------------------------------------
  22. A project like Fermentrack is only as good as its documentation. Documentation for Fermentrack is (currently) written in
  23. `reStructuredText <http://docutils.sourceforge.net/rst.html>`__ with an eye towards `Sphinx <http://www.sphinx-doc.org/en/stable/>`__.
  24. The source for the documentation is located in the ``docs/source`` folder in the Fermentrack repo on GitHub_.
  25. If you are familiar with GitHub, pull requests that include documentation fixes are always welcome. If not, reach out on
  26. GitHub or the HomeBrewTalk forums and we'll be happy to help get things updated.