You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Install dependencies: `composer install` (this assumes you have 'composer' aliased to whereever your composer.phar lives)
8
+
4. Run the tests. We only take pull requests with passing tests, and it's great to know that you have a clean slate:
9
+
`./bin/phpspec run --format=pretty`
10
+
11
+
##The actual contribution
12
+
13
+
1. Make the changes/additions to the code, committing often and making clear what you've done
14
+
2. Make sure you write tests for your code, located in the folder structure `spec/Coduo/PHPHumanizer/...`
15
+
3. Run your tests (often and while coding): `./bin/phpspec run --format=pretty`
16
+
17
+
##Coding Standards
18
+
19
+
Try use similar coding standards to what you see in the project to keep things clear to the contributors. If you're unsure, it's always a safe bet to fall-back to the PSR standards.
0 commit comments