Bug reports, patches, translations and any kind of contributions are very welcome. When contributing, please ensure you stick to the following guidelines.
When writing a bug report...
- open an issue
- follow the guidelines specified in the issue template
We will take a look at your issue and either assign it keywords and a milestone or get back to you if there are open questions.
When contributing code...
- fork the
master
branch of the repository on GitHub - make changes to the forked repository
- write code that is backward-compatible with PHP 7.0 and WordPress 4.9.6 functionality
- make sure you stick to the WordPress Coding Standards
- make sure you document the code properly
- test your code with the constant
WP_DEBUG
enabled
- when committing, in addition to a note about the fix, please reference your issue (if present)
- push the changes to your fork and submit a pull request to the
master
branch - follow the guidelines specified in the pull request template
After that we will review the pull-request as soon as possible and either merge it, make suggestions on improvements or ask you for further details about your implementation.
When providing translations...
- visit our project on translate.wordpress.org and sign in with your wordpress.org account (create one if you haven't yet)
- select the language you would like to contribute to
- provide the missing translations
- make sure you follow the guidelines outlined in the Translator Handbook
- stick to the translation conventions for your locale (if there are any) - you can find these here
After having provided translations, a translation editor will review your submissions soon and approve them as appropriate.