From 94d23888b152f56d7af72c36dc3524c2a4f1193c Mon Sep 17 00:00:00 2001 From: Amine Bou <510304+aminecmi@users.noreply.github.com> Date: Mon, 2 Oct 2017 12:50:35 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 5259427..dca5de4 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -52,20 +52,21 @@ You'll have to: - mercuryApiKey: A [Mercury](https://mercury.postlight.com/web-parser/) web parser api key for the internal browser - feedbackEmail: An email to receive users feedback. - - sourceUrl: an url to the source code, used in the settings - - trackerUrl: an url to the tracker, used in the settings + - sourceUrl: an url to the source code, used in the settings. **It can be empty.** + - trackerUrl: an url to the tracker, used in the settings. **It can be empty.** + - appLoginUrl, appLoginUsername and appLoginPassword: url, username and password of a selfoss instance. **These are only used for tests. They can be empty if you don't test API calls.** ### Examples: #### Inside ~/.gradle/gradle.properties ``` -appLoginUrl="URL" -appLoginUsername="LOGIN" -appLoginPassword="PASS" +appLoginUrl="URL" # It can be empty. +appLoginUsername="LOGIN" # It can be empty. +appLoginPassword="PASS" # It can be empty. mercuryApiKey="LONGAPIKEY" feedbackEmail="EMAIL" -sourceUrl="URLSOURCE" -trackerUrl="URLTRACKER" +sourceUrl="URLSOURCE" # It can be empty. +trackerUrl="URLTRACKER" # It can be empty. ``` #### As gradle parameters