1
0
mirror of https://framagit.org/luc/lufi.git synced 2025-10-05 22:02:39 +02:00
12
contribute
Luc Didry edited this page 2025-07-16 10:00:50 +02:00

Contribute

Report issues, ask some questions, ask for features…

For all this, please post an issue at https://framagit.org/fiat-tux/hat-softwares/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/fiat-tux/hat-softwares/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.


You can now go back to wiki's homepage.