##// END OF EJS Templates
Docs: release notes for 4.25.2
Docs: release notes for 4.25.2

File last commit:

r3290:ac4e4e5a default
r4692:f044b3e6 stable
Show More
pull-req-mgmt.rst
47 lines | 1.4 KiB | text/x-rst | RstLexer
project: added all source files and assets
r1 Pull request management
-----------------------
.. only:: html
docs: added SAML documentation....
r3290 There are two ways of tracking |prs| within |RCE|.
project: added all source files and assets
r1
1. :ref:`prs-your-review`
2. :ref:`prs-per-repo`
.. _prs-your-review:
Pull requests for your review
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
To view pull requests for your review, use the following steps:
docs: added SAML documentation....
r3290 1. From the |RCE| interface, Select
project: added all source files and assets
r1 :menuselection:`username --> Notifications`
2. Select :guilabel:`Pull Requests`
.. image:: ../images/prs-for-my-review.png
:alt: pull requests for my review
.. _prs-per-repo:
Pull requests per |repo|
^^^^^^^^^^^^^^^^^^^^^^^^
To view pull requests going to and from a |repo|, use the following steps:
1. Select the |repo| you wish to view
2. Select :guilabel:`Pull Requests` from the top menu
3. On the left-hand pane you will see the following options for |pr|
management on that |repo|:
* :guilabel:`Opened`: Pull requests opened on this |repo|.
* :guilabel:`Opened by me`: Pull requests you opened on this |repo|.
* :guilabel:`Awaiting my review`: Pull requests awaiting your review.
* :guilabel:`Closed`: Closed |prs| on this |repo|.
* :guilabel:`Awaiting review`: Pull requests still awaiting review on
this |repo|.
* :guilabel:`From this repo`: Pull requests opened on another |repo| with
the changes coming from this |repo|.
.. image:: ../images/pr-screen.png
:alt: pull request dashboard