diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1b388285730bf13fd29ce7360d4a45511caf6bf9..7f5246b72211afc515dc25454d5ba80923d6896e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,10 @@ Folder-Structure: ================= -briar-*: Specifically for the Briar-App (Phone/Desktop/Headless) -bramble-*: The Protocol-Stack - not necessarily Briar-Dependent +* briar-*: Specifically for the Briar-App (Phone/Desktop/Headless) +* bramble-*: The Protocol-Stack - not necessarily Briar-Dependent -*-api: public stuff that can be referenced from other packages and modules - mostly interfaces + a few utility classes -*-core: implementations of api that are portable across Android/Desktop/Headless -*-java: implementations of api that are specific to Desktop&Headless +--- + +* *-api: public stuff that can be referenced from other packages and modules - mostly interfaces + a few utility classes +* *-core: implementations of api that are portable across Android/Desktop/Headless +* *-java: implementations of api that are specific to Desktop&Headless