Skip to content

Commit

Permalink
Add CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-carcel committed Apr 10, 2015
1 parent fb8becb commit 016f92f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,21 @@
Thank you to read and sign the following contributor agreement http://www.akeneo.com/contributor-license-agreement/

Every PR should start with:

```
| Q | A
| -------------------- | ---
| Bug fix? |
| New feature? |
| BC breaks? |
| Tests pass? |
| Checkstyle issues?* |
| PMD issues?** |
| Changelog updated? |
| Fixed tickets |
| DB schema updated? |
| Migration script? |
| Doc PR |
```

*Use http://cs.sensiolabs.org/
3 changes: 3 additions & 0 deletions composer.json
Expand Up @@ -35,6 +35,9 @@
"doctrine/mongodb-odm": "1.0.0-beta10@dev",
"doctrine/mongodb-odm-bundle": "v3.0.0-BETA6@dev"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-0": {"Pim\\Bundle\\DataGeneratorBundle\\": ""}
},
Expand Down

0 comments on commit 016f92f

Please sign in to comment.