From 14940d5c34971ca51d28dcc84edcdab7f8e4bc55 Mon Sep 17 00:00:00 2001 From: jonnyandrew Date: Tue, 27 Jun 2023 13:59:00 +0000 Subject: [PATCH] Link from CONTRIBUTING.md to dev onboarding (#686) * Link from CONTRIBUTING.md to dev onboarding * Update table of contents --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 125c69adb6..f50c8f2a89 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,6 +3,7 @@ * [Contributing code to Matrix](#contributing-code-to-matrix) +* [Developer onboarding](#developer-onboarding) * [Android Studio settings](#android-studio-settings) * [Compilation](#compilation) * [Strings](#strings) @@ -32,6 +33,10 @@ Element X Android support can be found in this room: [![Element Android Matrix r The rest of the document contains specific rules for Matrix Android projects +## Developer onboarding + +For a detailed overview of the project, see [Developer Onboarding](./docs/_developer_onboarding.md). + ## Android Studio settings Please set the "hard wrap" setting of Android Studio to 160 chars, this is the setting we use internally to format the source code (Menu `Settings/Editor/Code Style` then `Hard wrap at`).