Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.14 KB

CONTRIBUTING.md

File metadata and controls

28 lines (21 loc) · 1.14 KB

Contributing to phpspec-laravel

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.

Submitting Issues

(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

Pull Requests

  1. Fork the project
  2. Checkout a branch to commit your changes to
  3. Write your code, ensuring it adheres to PSR-1, PSR-2 and has clear phpdoc
  4. Make sure all of the tests pass (bin/phpspec run), and add new ones where appropriate
  5. Commit you changes and push your code back to your fork
  6. Make your Pull Request, clearly stating its purpose and any related Issues or Pull Requests

Thanks! 😃