1
0

roadmap.rst 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. Using the roadmap feature
  2. =========================
  3. Pagure allows building the roadmap of the project using the tickets and
  4. their milestones.
  5. The principal is as follow:
  6. * For each milestones defined in the settings of the project, the roadmap
  7. will group tickets with the corresponding milestone.
  8. * If your project has an ``unplanned`` milestone, this milestone will be
  9. shown at the bottom of the roadmap page. This allowing you to put something
  10. on the roadmap without assigning a real milestone to it.
  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 set their milestone to either ``v1.0`` or ``v2.0``, or none of them
  18. if the ticket is not on the roadmap.
  19. You can set the milestone on the metadata panel on the right side of the
  20. issue page.
  21. * And this is how it will look like
  22. .. image:: _static/pagure_roadmap2.png
  23. :target: ../_images/pagure_roadmap2.png