Contribute
Report issues, ask some questions, ask for features…
For all this, please post an issue at https://framagit.org/luc/lufi/issues. If you don't have a framagit.org
account, you can register for free, and even use your github account to do it.
All issues opened on github will be asked to move here.
How to work?
- fork my repository
- clone your fork on your computer
- add my repository as remote repository (
git remote add upstream https://framagit.org/luc/lufi
) (only needed one time) - fetch it (
git fetch upstream
) (do it before creating a new branch). - create a new branch from my development branch (
git checkout -b my-patch upstream/development
) - do your changes, commit them
- push to your new branch (
git push -u origin my-patch:mypatch
) - create a merge request from your
my-patch
branch to my development branch
Internationalization
Lufi comes with seven languages.
If you want to add more languages, please help on https://weblate.framasoft.org/projects/lufi/#languages.
There are just a few sentences, so it will be quick to translate.
If you add sentences to translate, just do make locales
to update the pot file.
Theming
Please read the wiki page about creating new theme and do a merge request to include your theme in the official repository.
Make a donation
You can make a donation to the author on Tipeee or on Liberapay.
You can now go back to wiki's homepage.