From 427377f9ea9df4c0b8939d35e50274f45b4c2d81 Mon Sep 17 00:00:00 2001 From: Fabian Wilkens Date: Sun, 14 Mar 2021 21:58:37 +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 7922064..755bb5b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You can run your own Standard Notes server and use it with any Standard Notes ap * Desktop (Windows, Mac, Linux) * Mobile (Android and iOS) * Web https://app.standardnotes.org/ -* Self-Hosted Yunohost - Web-App https://github.com/FabianWilkens/snweb_ynh +* Self-Hosted Yunohost - Web-App https://github.com/YunoHost-Apps/snweb_ynh > Change Sync Server Domain during Registation and Sign in ## Screenshots @@ -61,7 +61,7 @@ How to configure this app: ## Links - * Report a bug: https://github.com/FabianWilkens/snserver_ynh/issues + * Report a bug: https://github.com/YunoHost-Apps/snserver_ynh/issues * App website: https://standardnotes.org/ * Upstream app repository: https://github.com/standardnotes/syncing-server * YunoHost website: https://yunohost.org/ @@ -72,11 +72,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/FabianWilkens/snserver_ynh/tree/testing). +Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/snserver_ynh/tree/testing). To try the testing branch, please proceed like that. ``` -sudo yunohost app install https://github.com/FabianWilkens/snserver_ynh/tree/testing --debug +sudo yunohost app install https://github.com/YunoHost-Apps/snserver_ynh/tree/testing --debug or -sudo yunohost app upgrade snserver -u https://github.com/FabianWilkens/snserver_ynh/tree/testing --debug +sudo yunohost app upgrade snserver -u https://github.com/YunoHost-Apps/snserver_ynh/tree/testing --debug ``` diff --git a/pull_request_template.md b/pull_request_template.md index ec23d9f..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/snserver_ynh%20PR-NUM-%20(USERNAME)/badge/icon)](https://ci-apps-dev.yunohost.org/jenkins/job/snserver_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!"*