usage.rst 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. Usage
  2. =====
  3. Using pagure should come fairly easily, especially to people already used
  4. to forges such as GitHub or GitLab. There are however some tips and tricks
  5. which can be useful to know and that this section of the doc covers.
  6. One of the major difference with GitHub and GitLab is that for each project
  7. on pagure, four git repositories are made available to the admins of the
  8. project:
  9. * A git repository containing the source code, displayed in the main section
  10. of the pagure project.
  11. * A git repository for the documentation
  12. * A git repository for the issues and their metadata
  13. * A git repository for the metadata for pull-requests
  14. You can find the URLs to access or clone these git repositories on the
  15. overview page of the project. On the menu on the right side, there is a menu
  16. `Source GIT URLs`, next to it is a little `more` button, by clicking on it
  17. you will be given the URLs to the other three git repos.
  18. Each section correspond to one of the four git repositories created for each
  19. project.
  20. Contents:
  21. .. toctree::
  22. :maxdepth: 2
  23. usage/first_steps
  24. usage/markdown
  25. usage/project_settings
  26. usage/roadmap
  27. usage/using_doc
  28. usage/using_webhooks
  29. usage/ticket_templates
  30. usage/pr_custom_page
  31. usage/theming
  32. usage/upgrade_db
  33. usage/pagure_ci