From 35174d516fcf486495d096f85a3162822dd16eba Mon Sep 17 00:00:00 2001 From: Infi Date: Sat, 8 Jun 2024 21:26:28 +0200 Subject: [PATCH] docs(readme): add links to contribution guide --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdd405f5..ea7fd609 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Revolt for Android +# Revolt on Android ## Description @@ -31,14 +31,21 @@ of the art for Android UI development. ## Resources +### Revolt on Android + +- [Revolt on Android Technical Documentation](https://revoltchat.github.io/android/) +- [Android-specific Contribution Guide](https://revoltchat.github.io/android/contributing/setup/)—**read carefully before contributing!** + ### Revolt - [Revolt Project Board](https://github.com/revoltchat/revolt/discussions) (Submit feature requests here) - [Revolt Testers Server](https://app.revolt.chat/invite/Testers) -- [Contribution Guide](https://developers.revolt.chat/contributing) +- [General Revolt Contribution Guide](https://developers.revolt.chat/contributing) ## Quick Start Open the project in Android Studio. You can then run the app on an emulator or a physical device by running the `app` module. + +In-depth setup instructions can be found at [Setting up your Development Environment](https://revoltchat.github.io/android/contributing/setup/) \ No newline at end of file