Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 830 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (16 loc) · 830 Bytes

Contributing

Contributions via Pull Requests are welcome and will be fully credited.

Pull Requests

  1. Fork the project.

  2. git clone it and composer install the dependencies.

  3. Create a feature branch.

  4. Add tests! Your PR won't be accepted if it doesn't have tests.

  5. Make the changes you are proposing.

  6. Make sure the README.md and any other relevant documentation is kept up to date.

  7. Make sure each individual commit in your pull request is meaningful. If you made multiple intermediate commits while developing, please squash them before submitting.

  8. Push to your fork.

  9. Open a pull request detailing your changes. NB: One pull request per feature.

Testing

$ phpunit