1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/question2answer_ynh.git synced 2024-09-03 20:16:07 +02:00

Update readmes to mention the testing branch

This commit is contained in:
Nils VAN ZUIJLEN 2021-03-25 16:59:37 +01:00
parent 928272bb6c
commit e3fc039866
2 changed files with 26 additions and 0 deletions

View file

@ -57,3 +57,16 @@ https://yunohost.org/packaging_apps
* App website: https://www.question2answer.org
* Upstream app repository: https://github.com/q2a/question2answer
* YunoHost website: https://yunohost.org/
---
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/question2answer_ynh/tree/testing).
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/question2answer_ynh/tree/testing --debug
or
sudo yunohost app upgrade question2answer -u https://github.com/YunoHost-Apps/question2answer_ynh/tree/testing --debug
```

View file

@ -57,3 +57,16 @@ https://yunohost.org/packaging_apps
* Site de l'application : https://www.question2answer.org
* Dépôt de l'application principale : https://github.com/q2a/question2answer
* Site web YunoHost : https://yunohost.org/
---
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/question2answer_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
```
sudo yunohost app install https://github.com/YunoHost-Apps/question2answer_ynh/tree/testing --debug
ou
sudo yunohost app upgrade question2answer -u https://github.com/YunoHost-Apps/question2answer_ynh/tree/testing --debug
```