-
Notifications
You must be signed in to change notification settings - Fork 172
Contributing
PeeHaa edited this page Nov 11, 2014
·
3 revisions
If you would like to see a feature or you have found a bug please add an issue.
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.
- 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
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.
This project uses the following code style conventions / standards:
When sending in pull requests please follow these conventions to keep the code style consistent.