Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelandrieu committed Nov 23, 2016
1 parent 2a1aaf3 commit 6f86639
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PrestonBot

This application is based on Symfony CarsonBot and aims to help PrestaShop maintainers and contributors
This application is based on Symfony CarsonBot and aims to help PrestaShop maintainers and contributors.

![Preston, the PrestaShop contributor best friend](http://i.imgur.com/r26gJW4.png)

Expand All @@ -12,9 +12,6 @@ First of all you have to configure your GitHub repository and have a GitHub toke
composer install // and complete the interactive fields asked
```

For now this application allow you to valid pull requests description
according to **PrestaShop** standards.

## How to test ?

```bash
Expand All @@ -29,7 +26,16 @@ export GH_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXX

## Our standards ?

Yeah, the *Symfony* ones:
Yeah, mostly the *Symfony* ones:

```bash
./vendor/bin/php-cs-fixer fix .
./vendor/bin/php-cs-fixer fix . # we use the Symfony level + short array notation filter
```

## What is Preston capable of doing?

* Check a pull request description according to *PrestaShop* standards;
* Check pull request commits labels according to *PrestaShop* standards;
* Extract data from the pull request and look for some terms;
* Welcome every new contributor;
* Manage labels;

0 comments on commit 6f86639

Please sign in to comment.