Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.39 KB

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 1.39 KB

Contributing

If you've written a new function, or fixed a bug, your contribution is welcome!

Before proposing a pull request, check the following:

  • Your code should follow the PSR-2 coding standard (and use php-cs-fixer to fix inconsistencies).
  • Unit tests should still pass after your patch
  • As much as possible, add unit tests for your code
  • If you add long list of random data, please split the list into several lines. This makes diffs easier to read, and facilitates core review.
  • If you add new functional, please include documentation for it in the README. Don't forget to add a line about new method in the @property or @method phpDoc entries in Generator.php to help IDEs auto-complete your formatters.
  • If you commit a new feature, be prepared to help maintaining it. Watch the project on GitHub, and please comment on issues or PRs regarding the feature you contributed.

Once your code is merged, it is available for free to everybody under the MIT License. Publishing your Pull Request on the Laravel Image GitHub repository means that you agree with this license for your contribution.

Thank you for your contribution! Laravel Image wouldn't be so great without you.