##// END OF EJS Templates
pull-requests: allow super-admins to force change state of locked PRs....
pull-requests: allow super-admins to force change state of locked PRs. - because we still get into that state in some cases, we just create a helper to unlock it easier. just for super-admins.

File last commit:

r1:854a839a default
r4233:95c3d867 stable
Show More
pull-requests.rst
29 lines | 714 B | text/x-rst | RstLexer

Pull Requests

Once a |pr| is open, you can use a variety of different code review functions to ensure the quality or style of code is appropriate for your standards. The |pr| is then merged with the main branch when it is approved. The following steps are an overview of the workflow:

  1. Create a fork or branch of a |repo|.
  2. Complete your works and open a pull request.
  3. Notify users to review and approve the |pr|.
  4. Merge the code to the target |repo|.