Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 685 Bytes

HACKING.md

File metadata and controls

32 lines (21 loc) · 685 Bytes

Patches

Patches should be submitted in the form of merge requests at github.

Coding style

The repository has an .editorconfig file that should setup modern editors with the basic indention information. There is also an .eslintrc.json file to linting via eslint:

npm install
npm run lint

Translations

Translation is done via transifex.

ninja -C build gamemode-extension-pot
tx push --source
tx pull --all --force --minimum-perc=5
ninja -C build fix-translations
git add po/*.po