2020-11-11 11:47:10 +01:00
---
title: Besoin d'aide ?
template: docs
taxonomy:
category: docs
2021-02-06 18:22:00 +01:00
routes:
default: '/help'
2020-11-11 11:47:10 +01:00
---
2013-11-17 00:08:45 +01:00
2017-08-31 13:52:19 +02:00
< h3 > Connectez-vous au salon de support< / h3 >
2021-02-07 04:24:51 +01:00
!!! **ProTips™**
!!! - Pas besoin de demander si vous pouvez poser une question - posez-la directement !
!!! - *Soyez patient* , cela peut prendre plusieurs minutes avant que quelqu'un remarque vos messages.
2017-08-31 13:52:19 +02:00
< center >
2018-05-07 21:49:44 +02:00
2020-10-27 22:34:35 +01:00
< iframe src = "https://kiwiirc.com/nextclient/?settings=78e5074440caaa9141c9e30629f6b29d" style = "width:100%;height:450px;border:0;display:block" > < / iframe >
2018-05-07 21:49:44 +02:00
2017-08-31 13:52:19 +02:00
< / br >
< / br >
2020-11-30 17:44:09 +01:00
< em > Note : ce salon est accessible via IRC (#yunohost sur freenode en utilisant < a href = "https://kiwiirc.com/nextclient/?settings=78e5074440caaa9141c9e30629f6b29d" > Kiwiirc< / a > ), via XMPP < small > (support@conference.yunohost.org)< / small > , ou Matrix < small > (#freenode_#yunohost:matrix.org - < a target = "_blank" href = "https://app.element.io/#/room/#yunohost:matrix.org" > en utilisant Element< / a > )< / small > .< / em >
2017-08-31 13:52:19 +02:00
< / center >
< h3 > ... ou demandez sur le forum !< / h3 >
< center >
< button id = "goForum" type = "button" class = "btn btn-success" style = "font-weight:bold;" >
< span class = "glyphicon glyphicon-comment" > < / span > Aller sur le forum
< / button >
< / center >
< h3 > Vous avez trouvé un bug ?< / h3 >
< center >
< br >
< em > Vous pouvez rapporter le bug sur le bugtracker ou contacter les développeurs< / em > < br > < br >
< button id = "goBugtracker" type = "button" class = "btn btn-warning" style = "font-weight:bold;" >
< span class = "glyphicon glyphicon-exclamation-sign" > < / span > Rapporter un bug
< / button >
< button id = "goDevroom" type = "button" class = "btn btn-warning" style = "font-weight:bold; margin-left:40px" >
< span class = "glyphicon glyphicon-comment" > < / span > Contacter les développeurs
< / button >
< / br >
< / br >
< em > Note : vous pouvez aussi vous connecter aux salons de dev, via votre client XMPP favori, à< / br >
2019-06-24 13:13:40 +02:00
dev@conference.yunohost.org et apps@conference.yunohost.org< / br >
ou bien via votre client matrix préféré, à< / br >
#freenode_#yunohost-dev:matrix.org</em>
2017-08-31 13:52:19 +02:00
< / center >
< script >
document.getElementById("goForum").onclick = function() {
window.location.href = "https://forum.yunohost.org/latest";
}
document.getElementById("goBugtracker").onclick = function() {
2018-06-05 16:02:47 +02:00
window.location.href = "https://github.com/yunohost/issues/issues";
2017-08-31 13:52:19 +02:00
}
document.getElementById("goDevroom").onclick = function() {
2018-04-17 21:37:23 +02:00
window.location.href = "https://kiwiirc.com/client/irc.freenode.net/yunohost-dev";
2017-08-31 13:52:19 +02:00
}
2018-07-30 00:21:21 +02:00
document.getElementById("goForum").onclick = function() {
window.location.href = "https://forum.yunohost.org";
}
2017-08-31 13:52:19 +02:00
< / script >
2013-11-17 00:08:45 +01:00