From 04c1ee06843ea4a7fd00b4eb6c381286f2562f1b Mon Sep 17 00:00:00 2001 From: BenoitCier Date: Mon, 18 Jan 2021 11:53:25 +0100 Subject: [PATCH] Fix some package_linter return --- issue_template.md | 4 ++-- manifest.json | 8 ++++++-- pull_request_template.md | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/issue_template.md b/issue_template.md index 4a290c4..be8fd87 100644 --- a/issue_template.md +++ b/issue_template.md @@ -8,7 +8,7 @@ about: When creating a bug report, please use the following template to provide 1. *Read this whole template first.* 2. *Determine if you are on the right place:* - *If you were performing an action on the app from the webadmin or the CLI (install, update, backup, restore, change_url...), you are on the right place!* - - *Otherwise, the issue may be due to REPLACEBYYOURAPP itself. Refer to its documentation or repository for help.* + - *Otherwise, the issue may be due to PHP SERVER MON itself. Refer to its documentation or repository for help.* - *When in doubt, post here and we will figure it out together.* 3. *Delete the italic comments as you write over them below, and remove this guide.* --- @@ -31,7 +31,7 @@ about: When creating a bug report, please use the following template to provide - *If you performed a command from the CLI, the command itself is enough. For example:* ```sh - sudo yunohost app install REPLACEBYYOURAPP + sudo yunohost app install phpservermon ``` - *If you used the webadmin, please perform the equivalent command from the CLI first.* - *If the error occurs in your browser, explain what you did:* diff --git a/manifest.json b/manifest.json index 0807a27..9e2b7ef 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "phpservermon", "packaging_format": 1, "description": { - "en": "PHP Server Monitor is a script that checks whether your websites and servers are up and running", - "fr": "PHP Server Monitor est un application pour vérifier que vos sites web et serveurs fonctionnent" + "en": "$app is a script that checks whether your websites and servers are up and running", + "fr": "$app est un application pour vérifier que vos sites web et serveurs fonctionnent" }, "version": "3.5.2~ynh1", "url": "www.phpservermonitor.org", @@ -51,6 +51,10 @@ "en": "Is it a public application?", "fr": "Est-ce une application publique ?" }, + "help": { + "en": "If app is not public, only Yunohost User can acces to it", + "fr": "Si l'application n'est pas publique, seul les utilisateurs de Yunohost y auront accés" + }, "default": true } diff --git a/pull_request_template.md b/pull_request_template.md index 0287f9f..b01cd4c 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -15,4 +15,4 @@ --- *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/REPLACEBYYOURAPP_ynh%20PR-NUM-%20(USERNAME)/badge/icon)](https://ci-apps-dev.yunohost.org/jenkins/job/REPLACEBYYOURAPP_ynh%20PR-NUM-%20(USERNAME)/) +[![Build Status](https://ci-apps-dev.yunohost.org/jenkins/job/phpservermon_ynh%20PR-NUM-%20(USERNAME)/badge/icon)](https://ci-apps-dev.yunohost.org/jenkins/job/phpservermon_ynh%20PR-NUM-%20(USERNAME)/)