From ad5382194fce8a9aaeea306ac9c66b37fbe5f515 Mon Sep 17 00:00:00 2001 From: Fabian Wilkens Date: Sun, 14 Mar 2021 22:05:24 +0100 Subject: [PATCH] Update README.md and pull_request_template.md --- README.md | 10 +++++----- pull_request_template.md | 4 +--- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 477ed83..c97e18e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Standard Notes is a simple and private notes app available on most platforms, in * Desktop (Windows, Mac, Linux) * Mobile (Android and iOS) * Web https://app.standardnotes.org/ -* Self-Hosted Yunohost - Syncing Server https://github.com/FabianWilkens/snweb_ynh +* Self-Hosted Yunohost - Syncing Server https://github.com/YunoHost-Apps/snweb_ynh ## Screenshots @@ -55,7 +55,7 @@ Can the app be used by multiple users? Yes ## Links - * Report a bug: https://github.com/FabianWilknes/snweb_ynh/issues + * Report a bug: https://github.com/YunoHost-Apps/snweb_ynh/issues * App website: https://standardnotes.org/ * Upstream app repository: https://github.com/standardnotes/web * YunoHost website: https://yunohost.org/ @@ -66,11 +66,11 @@ Developers info ---------------- **Only if you want to use a testing branch for coding, instead of merging directly into master.** -Please do your pull request to the [testing branch](https://github.com/FabianWilknes/snweb_ynh/tree/testing). +Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/snweb_ynh/tree/testing). To try the testing branch, please proceed like that. ``` -sudo yunohost app install https://github.com/FabianWilkens/snweb_ynh/tree/testing --debug +sudo yunohost app install https://github.com/YunoHost-Apps/snweb_ynh/tree/testing --debug or -sudo yunohost app upgrade snweb -u https://github.com/FabianWilkens/snweb_ynh/tree/testing --debug +sudo yunohost app upgrade snweb -u https://github.com/YunoHost-Apps/snweb_ynh/tree/testing --debug ``` diff --git a/pull_request_template.md b/pull_request_template.md index 0d62d3b..6c28fc5 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -13,6 +13,4 @@ ## Package_check results --- -*If you have access to [App Continuous Integration for packagers](https://yunohost.org/#/packaging_apps_ci) you can provide a link to the package_check results like below, replacing '-NUM-' in this link by the PR number and USERNAME by your username on the ci-apps-dev. Or you provide a screenshot or a pastebin of the results* - -[![Build Status](https://ci-apps-dev.yunohost.org/jenkins/job/snweb_ynh%20PR-NUM-%20(USERNAME)/badge/icon)](https://ci-apps-dev.yunohost.org/jenkins/job/snweb_ynh%20PR-NUM-%20(USERNAME)/) +* An automatic package_check will be launch at https://ci-apps-dev.yunohost.org/, when you add a specific comment to your Pull Request: "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!"*