Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

Latest commit

 

History

History
47 lines (27 loc) · 1.39 KB

CONTRIBUTING.md

File metadata and controls

47 lines (27 loc) · 1.39 KB

Contributing Guidelines

Contributions are welcome and will be fully credited.

We accept contributions via Pull Requests on Github.

The Rules

  • We try to follow Semantic Versioning (SemVer 2.0.0). Randomly breaking public APIs is not an option.

  • Always document your code, at least with the most important information.

  • Document any change in behaviour. Make sure the README.md and any other relevant documentation are kept up-to-date.

  • Send only one pull request per new feature. If you want to do more than one thing, send multiple pull requests.

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

  • Please check your code for typos and spelling mistakes before committing!

  • If you introduce a significant code change, always run the tests.

Coding Standard

We use the PSR-2 coding style but without the line length limit.

Running tests

You can run the unit tests with the following commands:

$ cd path/to/Webtools/
$ composer install
$ phpunit