2017-08-31 13:52:19 +02:00
# Looking for help?
2013-11-17 00:08:45 +01:00
2017-08-31 13:52:19 +02:00
< h3 > Connect to the support chatroom< / h3 >
< center >
< div class = "alert alert-info" markdown = "1" style = "max-width:700px;" >
< strong > ProTips™< / strong >
< ul style = "text-align:left;" >
< li > Don't ask to ask, just ask !< / li >
< li > < em > Be patient< / em > , it can take a few minutes before someone sees your messages.< / li >
< / ul >
< / div >
2018-05-07 21:49:44 +02:00
2018-11-04 22:36:40 +01:00
< iframe src = "https://kiwiirc.com/client/irc.freenode.org:+6697/?nick=foobar|?&theme=mini#yunohost" style = "border:0; width:100%; height:450px;" > < / iframe >
2018-05-07 21:49:44 +02:00
2017-08-31 13:52:19 +02:00
< / br >
< / br >
2018-12-06 16:17:23 +01:00
< em > Note : this room is available via IRC (#yunohost on freenode - < a href = "https://kiwiirc.com/client/irc.freenode.org:+6697/?nick=foobar|?&theme=mini#yunohost" > 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