Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Removed Contributors, edited Contributing
Browse files Browse the repository at this point in the history
* 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
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 26 deletions.
25 changes: 11 additions & 14 deletions CONTRIBUTING.md
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.
12 changes: 0 additions & 12 deletions CONTRIBUTORS.md

This file was deleted.

0 comments on commit 1c534ea

Please sign in to comment.