From 95413b9c74ddc18bf35d1198b7858c9dfd0efed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C9=91rry=20Shiv=C9=91m?= Date: Mon, 1 Apr 2024 08:37:18 +0530 Subject: [PATCH] Add contribution guidelines (#88) --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 06b3d601..c4c9ce25 100644 --- a/README.md +++ b/README.md @@ -69,11 +69,19 @@ Or you could just buy the app from Google Play Store. You'll get constant update ------ +

Contributions

+ +Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change, or feel free to tackle any of the open issues present at the moment. If you're doing the latter, please leave a comment on the issue you want to contribute towards before starting to work on it. + +------ +

Translations

-If you want to make app available in your language, you're very welcome to create a [pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests) with your translation file. -The string resources can be found under `/app/src/main/res/values/strings.xml`. It is easiest to make a translation using the Android Studio XML editor, but you can always go with your favorite XML-text editor instead. -Checkout this guide to learn more about translation strings from [Helpshift](https://developers.helpshift.com/android/i18n/) for Android. +If you want to make the app available in your language, you're welcome to create a pull request with your translation file. The base string resources can be found under: +``` +/app/src/main/res/values/strings.xml +``` +It is easiest to make a translation using the Android Studio XML editor, but you can always use your favorite XML text editor instead. Check out this guide to learn more about translation strings from [Helpshift](https://developers.helpshift.com/android/i18n/) for Android. ------