Skip to content

Commit

Permalink
update CONTRIBUTING.md for installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Nov 14, 2014
1 parent 6b4028b commit 1e023e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
## Quick guide:

* Fork the repo.
* Install dependencies: `composer install`.
* Create branch, e.g. feature-foo or bugfix-bar.
* Make changes.
* If you are adding functionality or fixing a bug - add a test!
* Fix project itself: `php php-cs-fixer fix`.
* Regenerate readme: `php php-cs-fixer readme > README.rst`. Do not modify README.rst manually!
* Check if tests pass.
* Check if tests pass: `phpunit`.

## Opening a pull request

Expand Down

0 comments on commit 1e023e9

Please sign in to comment.