Contributing
This guide will explain you how you can contribute to this project!
What to do
- 🐞 Report bugs / feature requests
- 🌍 Add Translation
- 📖 Better documentation (e.g. FAQ)
- 📱 UI / UX improvements (Xamarin c# android)
- 👨💻 Improve libCdp (.NET c#)
Where to start
- Have a look at good first issue
How to
- If you have any questions, just ask via Discord!
Add Translation
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