From 4b18edae1741e019cd008d091559989f1988aa1b Mon Sep 17 00:00:00 2001 From: Jannis Baum Date: Tue, 27 Sep 2022 08:54:09 +0200 Subject: [PATCH] chore: fix markdown lint --- app/CONTRIBUTING.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/app/CONTRIBUTING.md b/app/CONTRIBUTING.md index 4a1e71f17..4635d8c4a 100644 --- a/app/CONTRIBUTING.md +++ b/app/CONTRIBUTING.md @@ -18,9 +18,9 @@ pressing the green triangle at the top (or using the shortcut F5). ### `secrets.properties` -The CHDP libraries require a few secrets to build. In -[`android/secrets.properties`](android/secrets.properties) (gitignored) add the following keys -and appropriate values: +The CHDP libraries require a few secrets to build. In +[`android/secrets.properties`](android/secrets.properties) (gitignored) add the +following keys and appropriate values: ```properties gpr.user= @@ -30,10 +30,12 @@ d4l.clientId= d4l.clientSecret= ``` -The first two are a Github username and Personal Access Token with the `read:packages` scope. This -is used by gradle to download the SDK from D4L's private repositories. +The first two are a Github username and Personal Access Token with the +`read:packages` scope. This is used by gradle to download the SDK from D4L's +private repositories. -The next two are secrets given by D4L. Ask Thomas at Thomas.Harris (at) hpi.de for them. +The next two are secrets given by D4L. Ask Thomas at Thomas.Harris (at) hpi.de +for them. ## Architecture