-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
58 additions
and
8 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,10 +1,17 @@ | ||
/.idea | ||
composer.phar | ||
/vendor | ||
|
||
/node_modules | ||
package-lock.json | ||
composer.phar | ||
composer.lock | ||
|
||
phpunit.xml | ||
.phpunit.result.cache | ||
.phpunit.* | ||
phpdox.xml | ||
|
||
/.idea | ||
|
||
.DS_Store | ||
Thumbs.db | ||
|
||
composer.lock | ||
auth.json |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Contributing | ||
|
||
Contributions via Pull Requests are welcome and will be fully credited. | ||
|
||
## Pull Requests | ||
|
||
1. Fork the project. | ||
|
||
1. `git clone` it and `composer install` the dependencies. | ||
|
||
1. Create a feature branch. | ||
|
||
1. Make the changes you are proposing. | ||
|
||
1. Make sure the `README.md` and any other relevant documentation is kept up to date. | ||
|
||
1. Make sure each individual commit in your pull request is meaningful. If you made multiple intermediate commits while developing, please [squash them](http://www.git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages) before submitting. | ||
|
||
1. Push to your fork. | ||
|
||
1. Open a pull request detailing your changes. **NB: One pull request per feature.** | ||
|
||
## Testing | ||
|
||
``` bash | ||
$ phpunit | ||
``` |
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
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