Thanks very much for deciding to contribute to this project! The guidelines below give you a good idea of how to get your issue fixed, or create a solid Pull Request.
(where appropriate)
- Include the version of Laravel Localize Middleware you're using, and the version of Laravel
- Include details of any exception that's been thrown
- If you can, include any relevant code that caused the issue
- Fork the project
- Create a feature branch from
master
- Write your code!
- Make sure you've adhered to
PSR-2
. You can check by runningvendor/bin/phpcs
. If you miss any style changes, Nitpick should pick them up so it's not too big a deal - Run the tests with
composer run test
, and add/update tests as appropriate. PRs without tests won't be merged! - Update the documentation in
README.md
if you need to - Try to keep your commit messages terse and to the point
- Push your branch back up, and make your PR. Ensure that the purpose of your PR is well described, and that you link to any relevant Issues or other PRs. Please format your description nicely and be as detailed as possible
Thanks! 😃