Contributing: simplify

The forking process is explained imprecisely, and people can figure it
out using GitHub help anyway.

The less text there are the better chances of reading it.
This commit is contained in:
Denis Sokolov
2014-02-16 14:56:33 +01:00
parent d6dcec2e3d
commit 60fbf75d7d
+1 -17
View File
@@ -1,21 +1,5 @@
If you want to give me some feedback or make a suggestion, create an [issue on GitHub](https://github.com/filp/whoops/issues/new).
If you want to get your hands dirty, great! Here's a couple of steps/guidelines:
- Fork/clone this repo, and update dev dependencies using Composer
```bash
$ git clone git@github.com:filp/whoops.git
$ cd whoops
$ composer install --dev
```
- Create a new branch for your feature or fix
```bash
$ git checkout -b feature/flames-on-the-side
```
- Add your changes & tests for those changes (in `tests/`).
- Add tests for your changes (in `tests/`).
- Remember to stick to the existing code style as best as possible. When in doubt, follow `PSR-2`.
- Send me a pull request!