2020-11-11 11:47:10 +01:00
---
title: Looking for help?
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 > Connect to the support chatroom< / h3 >
2021-02-07 04:24:51 +01:00
!!! **ProTips™**
!!! - Don't ask to ask, just ask !
!!! - *Be patient* , it can take a few minutes before someone sees your 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=7b72a0a81838360686798199ed53624f" 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-10-27 22:34:35 +01:00
< em > Note : this room is available via IRC (#yunohost on freenode - < a href = "https://kiwiirc.com/nextclient/?settings=7b72a0a81838360686798199ed53624f" > using kiwiirc< / a > ), via XMPP < small > (support@conference.yunohost.org)< / small > , or Matrix < small > (#freenode_#yunohost:matrix.org - < a target = "_blank" href = "https://riot.im/app/#/room/#yunohost:matrix.org" > using Riot< / a > )< / small > < / em >
2017-08-31 13:52:19 +02:00
< / center >
< h3 > ... or ask on the forum !< / h3 >
< center >
< button id = "goForum" type = "button" class = "btn btn-success" style = "font-weight:bold;" >
< span class = "glyphicon glyphicon-comment" > < / span > Go to the forum
< / button >
< / center >
< h3 > You've found a bug ?< / h3 >
< center >
< br >
< em > Please report it on our bugtracker or contact the developers< / em > < br > < br >
< button id = "goBugtracker" type = "button" class = "btn btn-warning" style = "font-weight:bold;" >
< span class = "glyphicon glyphicon-exclamation-sign" > < / span > Report a bug
< / button >
< button id = "goDevroom" type = "button" class = "btn btn-warning" style = "font-weight:bold; margin-left:40px" >
< span class = "glyphicon glyphicon-comment" > < / span > Contact the developers
< / button >
< / br >
< / br >
< em > Note : you can also connect to the devrooms, using your favorite XMPP client, to < / br >
2019-06-24 16:57:37 +02:00
dev@conference.yunohost.org and apps@conference.yunohost.org< / br >
or with a Matrix client to< / br >
#freenode_#yunohost-dev:matrix.org</em>
2017-08-31 13:52:19 +02:00
< / center >
< script >
2018-05-07 21:49:44 +02:00
2017-08-31 13:52:19 +02:00
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:33:22 +02:00
window.location.href = "https://kiwiirc.com/client/irc.freenode.net/yunohost-dev";
2017-08-31 13:52:19 +02:00
}
< / script >
2013-11-17 00:08:45 +01:00