From 90214d02d784a4a9665223eb1cdfaf6b0a8748f4 Mon Sep 17 00:00:00 2001 From: FourTOne5 <59261191+FourTOne5@users.noreply.github.com> Date: Tue, 22 Feb 2022 18:58:00 +0600 Subject: [PATCH] Add Prerequisites and Getting help to Contributing.md (#6682) --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4ad049a0e6..91d8db27dd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,6 +12,21 @@ Pull requests are welcome! If you're interested in taking on [an open issue](https://github.com/tachiyomiorg/tachiyomi/issues), please comment on it so others are aware. You do not need to ask for permission nor an assignment. +## Prerequisites + +Before you start, please note that the ability to use following technologies is **required** and that existing contributors will not actively teach them to you. + +- Basic [Android development](https://developer.android.com/) +- [Kotlin](https://kotlinlang.org/) + +### Tools + +- [Android Studio](https://developer.android.com/studio) +- Emulator or phone with developer options enabled to test changes. + +## Getting help + +- Join [the Discord server](https://discord.gg/tachiyomi) for online help and to ask questions while developing. # Translations