1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snweb_ynh.git synced 2024-09-03 20:26:22 +02:00

Update README.md and pull_request_template.md

This commit is contained in:
Fabian Wilkens 2021-03-14 22:05:24 +01:00
parent d8ddfcb35c
commit ad5382194f
No known key found for this signature in database
GPG key ID: 23DFA025BB4E9FAB
2 changed files with 6 additions and 8 deletions

View file

@ -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
```

View file

@ -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!"*