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:)
- If you can, try to include the version of phpspec-laravel you're using, and ideally the version of Laravel
- If you're receiving error output on the CLI, try to add it to the Issue
- If you can, try to include an example of the code and spec you're running that caused the error
- Fork the project
- Checkout a branch to commit your changes to
- Write your code, ensuring it adheres to PSR-1, PSR-2 and has clear phpdoc
- Make sure all of the tests pass (
bin/phpspec run
), and add new ones where appropriate - Commit you changes and push your code back to your fork
- Make your Pull Request, clearly stating its purpose and any related Issues or Pull Requests
Thanks! 😃