Changes between Version 9 and Version 10 of PullRequestsPlugin


Ignore:
Timestamp:
Dec 19, 2016, 8:43:18 AM (7 years ago)
Author:
lucid
Comment:

Put background info in boxes

Legend:

Unmodified
Added
Removed
Modified
  • PullRequestsPlugin

    v9 v10  
    55== Description
    66
    7 This plugin allows you to track the status of your code repository [wikipedia:"Pull request" pull requests] (PR). A pull request 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). See also [comment:2:ticket:12406 here].
     7This plugin allows you to track the status of your code repository pull requests.
    88
    9 A special `<command> PR: [arg]` syntax is introduced to create and control pull requests from ticket comments:
     9{{{#!box information
     10A **[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}}}
    1012
    11 [[Image(PullRequestsExample.png, width=600px, border=2)]]
     13A special `<command> PR: [arg]` syntax is introduced to create and control pull requests from ticket comments.
    1214
    13 This plugin also adds a macro that lists the queried pull requests, and it also adds a new admin panel, that lists all pull requests:
     15{{{#!rbox width=320px
     16= Example of PRs created, reviewed and closed in ticket.
     17[[Image(PullRequestsExample.png, width=300px)]]
     18}}}
    1419
    15 [[Image(PullRequestsAdmin.png, width=600px, border=2)]]
     20This plugin also adds a macro that lists the queried pull requests, and it also adds a new admin panel, that lists all pull requests.
     21
     22{{{#!rbox width=320px
     23= Admin panel
     24[[Image(PullRequestsAdmin.png, width=300px)]]
     25}}}
    1626
    1727=== Create Pull Request