From de814294f76e095e66c72503fc72ab48cc0f907b Mon Sep 17 00:00:00 2001 From: Niels Andriesse <9340958+nielsandriesse@users.noreply.github.com> Date: Wed, 3 Jun 2020 11:13:53 +1000 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2f15790fb..0ef92478f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,10 @@ Thank you for supporting Session and looking for ways to help. Please note that some conventions here might be a bit different than what you are used to, even if you have contributed to other open source projects before. Reading this document will help you save time and work effectively with the developers and other contributors. +## Where do I start? + +The bulk of the Session code can be found under Signal/src/Loki and SignalServiceKit/src/Loki. + ## Development ideology @@ -14,6 +18,7 @@ Truths which we believe to be self-evident: 1. **It's an asynchronous world.** Be wary of anything that is anti-asynchronous: ACKs, protocol confirmations, or any protocol-level "advisory" message. 1. **There is no such thing as time.** Protocol ideas that require synchronized clocks are doomed to failure. + ## Issues Please search both open and closed issues to make sure your bug report is not a duplicate.