This repository has been archived by the owner on May 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed Contributors, edited Contributing
* Deleted CONTRIBUTORS because is not up-to-date and should be re-thinked * Updated CONTRIBUTING and proposed new text. More simple and easy to understand
- Loading branch information
mmoreram
committed
Mar 30, 2015
1 parent
d1748bb
commit 1c534ea
Showing
2 changed files
with
11 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
Contributing | ||
------------ | ||
|
||
This projects follows Symfony2 coding standards, so pull requests must pass phpcs | ||
checks. Read more details about | ||
[Symfony2 coding standards](http://symfony.com/doc/current/contributing/code/standards.html) | ||
and install the corresponding [CodeSniffer definition](https://github.com/opensky/Symfony2-coding-standard) | ||
to run code validation. | ||
This project follows some standards. If you want to collaborate, please ensure | ||
that your code fulfills these standards before any Pull Request. | ||
|
||
``` bash | ||
composer.phar update | ||
bin/php-cs-fixer fix | ||
bin/php-formatter formatter:use:sort src/ | ||
bin/php-formatter formatter:header:fix src/ | ||
``` | ||
|
||
There is also a policy for contributing to this project. Pull requests must | ||
be explained step by step to make the review process easy in order to | ||
accept and merge them. New features must come paired with PHPUnit tests. | ||
|
||
If you would like to contribute, please read the [Contributing Code][1] in the project | ||
documentation. If you are submitting a pull request, please follow the guidelines | ||
in the [Submitting a Patch][2] section and use the [Pull Request Template][3]. | ||
|
||
[1]: http://symfony.com/doc/current/contributing/code/index.html | ||
[2]: http://symfony.com/doc/current/contributing/code/patches.html#check-list | ||
[3]: http://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request | ||
accept and merge them. New features must come paired with Unit and/or Functional | ||
tests. |
This file was deleted.
Oops, something went wrong.