Skip to content
PeeHaa edited this page Nov 11, 2014 · 3 revisions

Feature requests or bug reports

If you would like to see a feature or you have found a bug please add an issue.

Translating

When adding a new translation always base the translation of the English (en.php) translation file in master. To create a new translation simply copy the file and give it the name of the language.

Contributing code

Create a pull request
  • Submit one pull request per fix or feature
  • If your changes are not up to date - rebase your branch on master
  • Follow the conventions used in the project
Unit tests

This project has unit tests for most code. When adding a new feature or when fixing a bug and sending over a PR adding test(s) is a plus and will make it easier to merge code.

Code style

This project uses the following code style conventions / standards:

When sending in pull requests please follow these conventions to keep the code style consistent.