From f3060649d39b3c2b8074f8018a2ad9531e27d98f Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Wed, 18 Mar 2020 20:01:09 +0100 Subject: [PATCH] Request for high_quality tag for wordpress Mandatory check boxes: - [ ] The package is level 7. - [ ] The package has been level 7 for at least 1 month. - [ ] The package has been in the list for at least 2 months. - [ ] The package is up to date regarding the packaging recommendations and helpers. - [ ] The repository has a testing branch. - [ ] All commits are made in testing branch before being merged into master. - [ ] The list points to HEAD, not to a specific commit. - [ ] The repository has a [`pull_request_template.md`](https://github.com/YunoHost/apps/blob/master/pull_request_template-HQ-apps.md) - [ ] The package shows the YunoHost tile `yunohost_panel.conf.inc` Optional check boxes: - [ ] The package is level 7 for ARM as well. *If the app is really important for the community, we can accept it with a broken ARM support. But this should be clearly explained and managed.* - [ ] The app is up to date with the upstream version. *If this is possible with the last YunoHost version.* - [ ] The package supports LDAP *If the app upstream supports it* - [ ] The package supports HTTP authentication *If the app upstream supports it* --- apps.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps.json b/apps.json index 7fa67af3..86243296 100644 --- a/apps.json +++ b/apps.json @@ -2915,6 +2915,7 @@ "wordpress": { "branch": "master", "category": "publishing", + "high_quality": true, "level": 8, "revision": "HEAD", "state": "working",