Changes between Version 11 and Version 12 of PullRequestsPlugin


Ignore:
Timestamp:
Jan 19, 2022, 6:53:55 PM (2 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • PullRequestsPlugin

    v11 v12  
    55== Description
    66
    7 This plugin allows you to track the status of your code repository pull requests.
     7This plugin allows you to track the status of your pull requests on your code repository.
    88
    9 {{{#!box information
    109A **[wikipedia:"pull request"]** (PR) is a request or proposal to submit code changes into a main code repository. ''Pull'' is standard terminology from version control systems like Git or Mercurial. Basically it is a method of submitting contributions. The contributor has a clone of the main repository, pushes the proposed changes to that clone, then submits a pull request. The pull request contains the information required to merge these changes back to the main repository. Usually this means the URL of the repository and a branch (Git) or bookmark name (Mercurial).
    11 }}}
    1210
    13 {{{#!rbox width=320px
    14 = Example of PRs created, reviewed and closed in ticket.
    15 [[Image(PullRequestsExample.png, width=300px)]]
    16 }}}
     11=== Example of PRs created, reviewed and closed in ticket
     12
     13[[Image(PullRequestsExample.png, border=2)]]
    1714
    1815By default the PR status can be "open", "reviewed" or "closed". The available status values can be [#Configuration configured].
     
    2219This plugin also adds a [#PRQueryMacro macro that lists the queried pull requests], and it also adds a new admin panel, that lists all pull requests.
    2320
    24 {{{#!rbox width=320px
    25 = Admin panel
    26 [[Image(PullRequestsAdmin.png, width=300px)]]
    27 }}}
     21=== Admin panel
     22
     23[[Image(PullRequestsAdmin.png, border=2)]]
    2824
    2925=== Create Pull Request