Changes between Version 7 and Version 8 of PullRequestsPlugin


Ignore:
Timestamp:
Dec 19, 2016, 6:36:15 AM (7 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PullRequestsPlugin

    v7 v8  
    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 code repository [wikipedia:"Pull request" pull requests].
    88
    9 This plugin adds a new admin panel, that lists all pull requests and is also a macro that lists the queried pull requests.
     9A special `<command> PR: [arg]` syntax is introduced to create and control pull requests from ticket comments:
    1010
    11 A special `<command> PR: [arg]` syntax is introduced to create and control pull requests from ticket comments.
     11[[Image(PullRequestsExample.png,border=3,width=300px)]]
    1212
    13 For more information on pull requests, see [comment:2:ticket:12406 here].
     13This plugin also adds a macro that lists the queried pull requests, and it also adds a new admin panel, that lists all pull requests:
     14
     15[[Image(PullRequestsAdmin.png,border=3,width=300px)]]
     16
     17[comment:2:ticket:12406 More information] on pull requests.
    1418
    1519=== Create Pull Request