1
0
mirror of https://github.com/Intervention/image.git synced 2025-01-30 18:27:36 +01:00

added contributing guideline

This commit is contained in:
Oliver Vogel 2014-07-24 18:46:35 +02:00
parent 968728d84b
commit 96e069ed4f

View File

@ -38,6 +38,14 @@ $img->save('public/bar.jpg');
Refer to the [documentation](http://image.intervention.io/) to learn more about Intervention Image.
## Contributing
Contributions to the Intervention Image library are welcome. Please note the following guidelines before submiting your pull request.
- Follow PSR-0, PSR-1 and PSR-2 coding standards.
- Write tests for new functions and added features
- API calls should work consistently with both GD and Imagick drivers
## License
Intervention Image is licensed under the [MIT License](http://opensource.org/licenses/MIT).