Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 918 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (21 loc) · 918 Bytes

Contributing

Contributions are welcome and will be fully credited.

Bug Report

Have you found a bug? Raise an issues on Github.

Prior to submitting your report

  • Search the issue or pull request list first.

  • Check the master branch to see if the bug has already been fixed.

When submitting your report

  • Open a new bug report for each issue.

  • Write a clear summary in english.

Pull Request

To perform a Pull Requests on Github:

  • Fork the project.

  • Make one or more well commented and clean commits to the repository.

  • Add tests.

  • Document any change in behaviour.

Please remember: one pull request per feature; If you want to do more than one thing, send multiple pull requests.

Running Tests

$ phpunit