Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.

Commit

Permalink
Added some docs on Labelization system
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelandrieu committed Jul 23, 2016
1 parent 03b33f9 commit 839d5dc
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
28 changes: 28 additions & 0 deletions doc/bot_part.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Bot part of PrestonBot

## Labelization system

PrestonBot have automatic and semi-automatic labelization capacities.

### Semi-automatic Labelization

If you add a comment with certains "patterns", PrestonBot will automatically
add a label to the pull request:

| Pattern to put in a comment | Label added
|------------------------------|----------------
| ``Status: 'QA approved'`` | ``QA-approved``
| ``Status: 'PM approved'`` | ``PM-approved``

> This feature is usable for everyone, if required we will restrict the feature
only to PrestaShop team.

### Automatic Labelization

> This is not available for now (23/07/2016)
On pull request creation, PrestonBot will automatically add a ``to be reviewed``
label. Why ? Because this allow us to do some statistics more easily. Also,
the dev core team will be able to receive everyday the 5 to 10 lasts pull requests
contributed.

1 change: 0 additions & 1 deletion doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ swiftmailer:
username: "%mailer_user%"
password: "%mailer_password%"
spool: { type: memory }

```
we should see:
Expand Down
Empty file removed doc/response_apis.md
Empty file.

0 comments on commit 839d5dc

Please sign in to comment.