From c1d1fa6c3ad7233a23e3d9a4e6a91ed36a0f7f06 Mon Sep 17 00:00:00 2001 From: Niels Andriesse <9340958+nielsandriesse@users.noreply.github.com> Date: Wed, 3 Jun 2020 11:17:44 +1000 Subject: [PATCH] Update BUILDING.md --- BUILDING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILDING.md b/BUILDING.md index 70696d0f51..30683216f8 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -64,4 +64,6 @@ The following steps should help you (re)build Session from the command line once Contributing code ----------------- +The bulk of the Session code can be found under src/org/thoughtcrime/securesms/loki on this repo and java/main/java/org/whispersystems/signalservice/loki on the session-android-service repo. + Code contributions should be sent via github as pull requests, from feature branches [as explained here](https://help.github.com/articles/using-pull-requests).