weblate/CONTRIBUTING.md
Michal Čihař bcd2d477a6 Merge pull request #1660 from ibennetch/language
Language improvements
2017-10-16 10:32:02 +02:00

1.3 KiB
Vendored

Contributing to Weblate

As an open source project, Weblate welcomes contributions of many forms.

Bug reporting

Please use the issue tracker on GitHub. Useful error report contain a backtrace if possible. In production setup, admins receive it on the configured email address, in debug mode, it is shown on screen and for management commands, you can obtain the full backtrace using --traceback parameter.

Many bugs might be also caused by third party libraries, so please include their versions as well. You can collect them all using ./manage.py list_versions.

Patches submission

Patches are welcome either as pull requests on GitHub or using email on our mailing list. Please include a Signed-off-by tag in the commit message (you can do this by passing --signoff parameter to Git). Note that by submitting patches with the Signed-off-by tag, you are giving permission to license the patch as GPLv3-or-later. See the DCO file for details.

More information

You can find more information on our website:

https://weblate.org/contribute/