roadmap.rst 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. Using the roadmap feature
  2. =========================
  3. Pagure allows building the roadmap of the project using the tickets and
  4. their tags.
  5. The principal is as follow:
  6. * All the ticket with the tag ``roadmap`` will show up on the roadmap page.
  7. * For each milestones defined in the settings of the project, the roadmap
  8. will group tickets with the corresponding tag.
  9. * Tickets with the tag ``roadmap`` that are not associated with any of the
  10. milestones defined in the settings are group in an ``unplanned`` section.
  11. Example
  12. -------
  13. For a project named ``test`` on ``pagure.io``.
  14. * First, go to the settings page of the project, create the milestones you
  15. like, for example: ``v1.0`` and ``v2.0``.
  16. * For the tickets you want to be on these milestones, go through each of them
  17. and add them the tags: ``roadmap`` in combination with the milestone you want
  18. ``v1.0`` or ``v2.0``, or none of them if the ticket is on the roadmap but
  19. not assigned to any milestones.
  20. * And this is how it will look like
  21. .. image:: _static/pagure_roadmap2.png
  22. :target: _static/pagure_roadmap2.png