Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 887 Bytes

File metadata and controls

21 lines (12 loc) · 887 Bytes

Issues

If you have a question, something is not working or you want to make a suggestion, feel free to open a new issue here - https://github.com/openbuildings/shipping/issues/new.

Checkout existing issues before opening a new one.

Pull Requests

  • Use the master branch for your pull requests.
  • Before writing significant amount of code, open an issue and discuss it.
  • Run existing unit tests and write your own. Travis would take care of PRs automatically, but you could run the tests locally before that. Run composer install and then /vendor/bin/phpunit.

Ignored Files

Do not commit system files, but don't clutter .gitignore. Use a useful global .gitignore.

Coding style

Please use Kohana's coding conventions:

http://kohanaframework.org/3.3/guide/kohana/conventions