-
-
Notifications
You must be signed in to change notification settings - Fork 34
Contributing
Lukas Kurz edited this page Dec 31, 2024
·
9 revisions
This guide will explain you how you can contribute to this project!
- 🐞 Report bugs / feature requests
- 🌍 Add Translation
- 📖 Better documentation (e.g. FAQ)
- 📱 UI / UX improvements (Xamarin c# android)
- 👨💻 Improve libCdp (.NET c#)
- Have a look at good first issue
- If you have any questions, just ask via Discord!
Important
Make sure to choose the right language code!
https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
- Fork repo on GitHub
- Replace all following
de
s with your language code! - In the
src
directory- Copy the
Resources/values/strings.xml
into a new folder likeResources/values-de/strings.xml
and translate the individual strings. - Copy the
Assets/en/*.html
files into a new folder likeAssets/de/
and translate.
- Copy the
- Add yourself to the
CREDITS.md
file! - Open one PullRequest for all your changes