diff --git a/README.md b/README.md index 73eaa8ac..bbdcfc2b 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,4 @@ * [Web Site](https://yunohost.org) * Based on [Simone](https://github.com/YunoHost/Simone) -Please report [issues on YunoHost bugtracker](https://github.com/YunoHost/issues) (no registration needed). - +Please report [issues on YunoHost bugtracker](https://github.com/YunoHost/issues/issues). \ No newline at end of file diff --git a/contribute.md b/contribute.md index d685da4d..f80d3578 100644 --- a/contribute.md +++ b/contribute.md @@ -22,7 +22,7 @@ Talk about software freedom, [self-hosting](selfhosting_en) and YunoHost to your    Testing
-We need people able to test YunoHost deeply. If you find a bug, try to identify it, and report it on our bug tracker. +We need people able to test YunoHost deeply. If you find a bug, try to identify it, and report it on our bug tracker.
diff --git a/contribute_ar.md b/contribute_ar.md index 9e5fd5fa..c0195b24 100644 --- a/contribute_ar.md +++ b/contribute_ar.md @@ -22,7 +22,7 @@
نحن بحاجة إلى تجريب حثيث لواي يونوهوست YunoHost. فإن صادفتم مشكلة، يرجى القيام بتحديد الخلل و ثم الإبلاغ عنه عبر -مُتعقب الأخطاء. +مُتعقب الأخطاء.
diff --git a/contributordoc_fr.md b/contributordoc_fr.md index 0ca220b0..710d93d1 100644 --- a/contributordoc_fr.md +++ b/contributordoc_fr.md @@ -25,8 +25,9 @@ * [Contribuer à la partie "core" de YunoHost](/dev_fr) * [Déployer un environnement de dev avec ynh-dev](https://github.com/YunoHost/ynh-dev/blob/master/README.md) * [Construction des paquets debian](https://github.com/YunoHost/vinaigrette/blob/master/README.md) + * [Feuilles de route du projet](https://github.com/YunoHost/issues/milestones?direction=asc&sort=title&state=open) * Construction des images * [x86 ISO](https://github.com/YunoHost/cd_build) * [Images Raspberry Pi](https://github.com/YunoHost/rpi-image) * [Autres images pour cartes ARM](https://github.com/YunoHost/arm-images) -* [Utiliser l'API YunoHost en dehors de la webadmin](/admin_api_fr) \ No newline at end of file +* [Utiliser l'API YunoHost en dehors de la webadmin](/admin_api_fr) diff --git a/dev.md b/dev.md index 5a16425c..e76fda01 100644 --- a/dev.md +++ b/dev.md @@ -5,7 +5,7 @@ proceed? This guide takes you through the various steps of the development and contribution process. If you're looking for stuff to implement or fix, the bug-tracker is -[here](https://github.com/YunoHost/issues)! +[here](https://github.com/YunoHost/issues/issues) ! **Come say hi to us in the [dev chatroom](xmpp:dev@conference.yunohost.org?join)** ! If you don't have an XMPP client, you can join using the widget at the bottom right of this page. diff --git a/dev_fr.md b/dev_fr.md index 1c24da24..2cfa4cd8 100644 --- a/dev_fr.md +++ b/dev_fr.md @@ -5,7 +5,7 @@ savez pas comment procéder ? Ce guide parcours les étapes du développement et processus de contribution. Si vous chercher quelque chose à implémenter ou un bug à réparer, le -bug tracker est [ici](https://github.com/YunoHost/issues) ! +bug tracker est [ici](https://github.com/yunohost/issues/issues) ! **Venez dire coucou sur le [salon de dev](xmpp:dev@conference.yunohost.org?join)** ! Si vous n'avez pas de client diff --git a/help.md b/help.md index 125725ec..270e95de 100644 --- a/help.md +++ b/help.md @@ -49,7 +49,7 @@ document.getElementById("goForum").onclick = function() { window.location.href = "https://forum.yunohost.org/latest"; } document.getElementById("goBugtracker").onclick = function() { - window.location.href = "https://github.com/YunoHost/issues"; + window.location.href = "https://github.com/yunohost/issues/issues"; } document.getElementById("goDevroom").onclick = function() { window.location.href = "https://kiwiirc.com/client/irc.freenode.net/yunohost-dev"; diff --git a/help_ar.md b/help_ar.md index 37cc1aeb..7fdff1ea 100644 --- a/help_ar.md +++ b/help_ar.md @@ -58,7 +58,7 @@ document.getElementById("goForum").onclick = function() { window.location.href = "https://forum.yunohost.org/latest"; } document.getElementById("goBugtracker").onclick = function() { - window.location.href = "https://github.com/YunoHost/issues"; + window.location.href = "https://github.com/yunohost/issues/issues"; } document.getElementById("goDevroom").onclick = function() { window.location.href = "https://kiwiirc.com/client/irc.freenode.net/yunohost-dev"; diff --git a/help_fr.md b/help_fr.md index 2a8f5fdc..aef33e0c 100644 --- a/help_fr.md +++ b/help_fr.md @@ -51,7 +51,7 @@ document.getElementById("goForum").onclick = function() { window.location.href = "https://forum.yunohost.org/latest"; } document.getElementById("goBugtracker").onclick = function() { - window.location.href = "https://github.com/YunoHost/issues"; + window.location.href = "https://github.com/yunohost/issues/issues"; } document.getElementById("goDevroom").onclick = function() { window.location.href = "https://kiwiirc.com/client/irc.freenode.net/yunohost-dev"; diff --git a/packaging_apps_guidelines.md b/packaging_apps_guidelines.md index 1637a560..19ee3aa0 100644 --- a/packaging_apps_guidelines.md +++ b/packaging_apps_guidelines.md @@ -31,7 +31,7 @@ Each YEP is associated with: | YEP 1.8 | Publish test requests | validated | manual | OFFICIAL (6) | | YEP 1.9 | Document the app | validated | AUTO | OFFICIAL (6) | | YEP 1.10 | Keep a clean version history | draft | manual | OFFICIAL (6) | -| YEP 1.11 | Add app to [YunoHost bugtracker](https://dev.yunohost.org) | draft | manual | OFFICIAL (NA) | +| YEP 1.11 | Add app to [YunoHost bugtracker](https://github.com/YunoHost/issues/issues) | draft | manual | OFFICIAL (NA) | | | | | | | | ** YEP 2 ** | ** Stabilize an app ** | ** Status ** | ** Test ** | ** Level ** | | YEP 2.1 | Respect the manifest format | validated | Home | INPROGRESS (5) | @@ -207,7 +207,7 @@ There is also README.md, which must and can contain: #### YEP 1.10 ##### Keep a clean version history | draft | manual | OFFICIAL | #### YEP 1.11 -##### Add app to [YunoHost bugtracker](https://dev.yunohost.org) | draft | manual | OFFICIAL | +##### Add app to [YunoHost bugtracker](https://github.com/YunoHost/issues/issues) | draft | manual | OFFICIAL | ### YEP 2 #### Stabilize an app @@ -439,4 +439,4 @@ To do this, you need to add an actionmaps to `/usr/share/moulinette/actionsmap/` The packages [menu_ynh](https://github.com/YunoHost-Apps/menu_ynh/) and [subscribe_ynh](https://github.com/YunoHost-Apps/subscribe_ynh/) are old (and not up to date) can be used as the basis for this type of module. #### YEP 4.8 -##### Add a module to the web admin | draft | manual | OPTIONAL | \ No newline at end of file +##### Add a module to the web admin | draft | manual | OPTIONAL | diff --git a/packaging_apps_guidelines_fr.md b/packaging_apps_guidelines_fr.md index 32e75edb..2dd4d1a7 100644 --- a/packaging_apps_guidelines_fr.md +++ b/packaging_apps_guidelines_fr.md @@ -31,7 +31,7 @@ Chaque YEP est associée à : | YEP 1.8 | Publier des demandes de test | validé | manuel | OFFICIAL (6) | | YEP 1.9 | Documenter l'app | validé | AUTO | OFFICIAL (6) | | YEP 1.10 | Garder un historique de version propre | brouillon | manuel | OFFICIAL (6) | -| YEP 1.11 | Ajouter l'app au [bugtracker YunoHost](https://github.com/YunoHost/issues) | brouillon | manuel | OFFICIAL (NA) | +| YEP 1.11 | Ajouter l'app au [bugtracker YunoHost](https://github.com/yunohost/issues/issues) | brouillon | manuel | OFFICIAL (NA) | | | | | | | | **YEP 2** | **Stabiliser une app** | **Statut** | **Test** | **Niveau** | | YEP 2.1 | Respecter le format du manifeste | validé | auto | INPROGRESS (5) | @@ -207,7 +207,7 @@ Il y a également le README.md, ce dernier doit et peut contenir : #### YEP 1.10 ##### Garder un historique de version propre | brouillon | manuel | OFFICIAL | #### YEP 1.11 -##### Ajouter l'app au [bugtracker YunoHost](https://dev.yunohost.org) | brouillon | manuel | OFFICIAL | +##### Ajouter l'app au [bugtracker YunoHost](https://github.com/yunohost/issues/issues) | brouillon | manuel | OFFICIAL | ### YEP 2 #### Stabiliser une app