2
0

index.rst 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. Contributing to Wagtail
  2. =======================
  3. Issues
  4. ~~~~~~
  5. The easiest way to contribute to Wagtail is to tell us how to improve it! First, check to see if your bug or feature request has already been submitted at `github.com/wagtail/wagtail/issues <https://github.com/wagtail/wagtail/issues>`_. If it has, and you have some supporting information which may help us deal with it, comment on the existing issue. If not, please `create a new one <https://github.com/wagtail/wagtail/issues/new>`_, providing as much relevant context as possible. For example, if you're experiencing problems with installation, detail your environment and the steps you've already taken. If something isn't displaying correctly, tell us what browser you're using, and include a screenshot if possible.
  6. .. toctree::
  7. :maxdepth: 2
  8. issue_tracking
  9. Pull requests
  10. ~~~~~~~~~~~~~
  11. If you're a Python or Django developer, `fork it <https://github.com/wagtail/wagtail/>`_ and read the :ref:`developing docs <developing>` to get stuck in! We welcome all contributions, whether they solve problems which are specific to you or they address existing issues. If you're stuck for ideas, pick something from the `issue list <https://github.com/wagtail/wagtail/issues?state=open>`_, or email us directly on `hello@wagtail.io <mailto:hello@wagtail.io>`_ if you'd like us to suggest something!
  12. .. toctree::
  13. :maxdepth: 2
  14. developing
  15. committing
  16. Translations
  17. ~~~~~~~~~~~~
  18. Wagtail has internationalisation support so if you are fluent in a non-English language you can contribute by localising the interface.
  19. Translation work should be submitted through `Transifex <https://www.transifex.com/projects/p/wagtail/>`_.
  20. Other contributions
  21. ~~~~~~~~~~~~~~~~~~~
  22. We welcome contributions to all aspects of Wagtail. If you would like to improve the design of the user interface, or extend the documentation, please submit a pull request as above. If you're not familiar with Github or pull requests, `contact us directly <mailto:hello@wagtail.io>`_ and we'll work something out.
  23. More information
  24. ~~~~~~~~~~~~~~~~
  25. .. toctree::
  26. :maxdepth: 2
  27. styleguide
  28. python_guidelines
  29. css_guidelines
  30. javascript_guidelines
  31. release_process