mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
Update README.md and pull_request_template.md
This commit is contained in:
parent
ea081d3f93
commit
427377f9ea
2 changed files with 6 additions and 8 deletions
10
README.md
10
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)
|
* Desktop (Windows, Mac, Linux)
|
||||||
* Mobile (Android and iOS)
|
* Mobile (Android and iOS)
|
||||||
* Web https://app.standardnotes.org/
|
* 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
|
> Change Sync Server Domain during Registation and Sign in
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
@ -61,7 +61,7 @@ How to configure this app:
|
||||||
|
|
||||||
## Links
|
## 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/
|
* App website: https://standardnotes.org/
|
||||||
* Upstream app repository: https://github.com/standardnotes/syncing-server
|
* Upstream app repository: https://github.com/standardnotes/syncing-server
|
||||||
* YunoHost website: https://yunohost.org/
|
* 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.**
|
**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.
|
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
|
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
|
||||||
```
|
```
|
||||||
|
|
|
@ -13,6 +13,4 @@
|
||||||
|
|
||||||
## Package_check results
|
## 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*
|
* 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!"*
|
||||||
|
|
||||||
[/badge/icon)](https://ci-apps-dev.yunohost.org/jenkins/job/snserver_ynh%20PR-NUM-%20(USERNAME)/)
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue