contributors.rst.txt 798 B

123456789101112131415161718192021222324252627282930
  1. Contributions
  2. =============
  3. Ways to contribute:
  4. * Documentation
  5. * Bugfixing
  6. * New features
  7. Documentation
  8. -------------
  9. The documentation of ``baangt`` is written in RST-Format and part of the standard repository. The compiled documentation
  10. from Sphinx is in the same repository in the branch ``gh-pages``.
  11. * Make sure you have the latest version checked out in GIT
  12. * Create a branch with your name
  13. * Create a pull request
  14. Bugfixing
  15. ---------
  16. If you found a bug and want to fix it, please describe the bug in the issue tracker and create a branch with the bug number. Then create a Pull request.
  17. New features
  18. ------------
  19. Before you fork please get in contact and let's discuss, if the new feature you have in mind should go into ``baangt``
  20. standard functionality.