index.rst 1.0 KB

123456789101112131415161718192021222324252627
  1. .. _contribute-index:
  2. ##################
  3. Contribute
  4. ##################
  5. Agda and its related libraries are hosted at Github. To contribute, you will need to
  6. fork a repository, make the changes and then send a pull request (PR).
  7. A code of conduct and other considerations are described in the `HACKING.md <https://github.com/agda/agda/blob/master/HACKING.md>`_
  8. file in the root of the `Agda repository <https://github.com/agda/agda>`_.
  9. You can also take a look at the current `Agda issues <https://github.com/agda/agda/issues>`_ to help us solve them.
  10. You can start with the label `difficulty: easy <https://github.com/agda/agda/labels/difficulty%3A%20easy>`_
  11. and `help wanted <https://github.com/agda/agda/labels/help%20wanted>`_.
  12. You can also explore `all the labels <https://github.com/agda/agda/labels>`_.
  13. .. note::
  14. The Agda User Manual is a work-in-progress and is still incomplete.
  15. Contributions, additions, and corrections to the Agda manual are greatly
  16. appreciated.
  17. .. toctree::
  18. :maxdepth: 2
  19. documentation