Add issue forms

This commit is contained in:
Yusuf Cihan
2024-01-09 19:19:46 +00:00
committed by Yusuf Cihan
parent d63db41f90
commit 6ca415a6b0
10 changed files with 261 additions and 203 deletions
+16
View File
@@ -0,0 +1,16 @@
<!--
Thank you for your contribution! 🎉
Please make sure that you:
- Use `git rebase` to 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 or `GB.toast` for logging
as per https://gadgetbridge.org/internals/development/project-overview/#logging
You can erase this comment from PR description, thank you!
-->