mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
626 B
626 B
Thank you for your contribution! 🎉
Please make sure that you:
- Use
git rebaseto bring your branch up to date, do not use a merge commit for that - Do not add translations by editing the language variants of strings.xml as that creates merge conflicts between Codeberg git repo and Weblate git repo, use Weblate https://hosted.weblate.org/projects/freeyourgadget/gadgetbridge/
- do not use
e.printStacktrace(), use slf4j logger orGB.toastfor logging as per https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Developer-Documentation#logging - Please erase these hints from this PR :), thank you!