English.
Bugs should be reported on the GitHub Issue Tracker using the bug report template.
Open an issue with the relevant labels.
Make sure your PR is from a forked branch that is up to date with master.
Go Here to submit a PR.
-
Stay focused on a single fix or feature.
-
Limit your changes to only what is required to implement the fix or feature. In particular, avoid style or formatting tools that may modify the formatting of other areas of the code.
-
Use descriptive commit titles/messages.
-
Make sure the code you submit compiles and runs without issues.
-
Follow coding conventions.