Validate tickets with LibreSign
Read Docs
If you want contribute with translations, follow the steps:
Pre-requirements:
- Setup gettext. In Debian based Linux distributions, run
sudo apt update;sudo apt install gettext
.
PS: If is a new translation language, before, create a file called
lang.po
in folderlocales
onlang
following the current filename pattern.
In root folder of plugin run:
vendor/bin/robo update_locales
After you update locales and maked translations, build translations
vendor/bin/robo compile_locales
- Open a ticket for each bug/feature so it can be discussed
- Follow development guidelines
- Refer to GitFlow process for branching
- Work on a new branch on your own fork
- Open a PR that will be reviewed by a developer