2020-11-11 11:47:10 +01:00
---
title: Cerchi aiuto?
template: docs
taxonomy:
category: docs
2021-02-06 18:22:00 +01:00
routes:
default: '/help'
2020-11-11 11:47:10 +01:00
---
2018-11-27 10:34:22 +01:00
< h3 > Connettiti alla chat di supporto< / h3 >
2021-02-07 04:24:51 +01:00
!!! **ProTips™**
!!! - Non c'è bisogno di chiedere se puoi chiedere qualcosa, chiedi e basta !
!!! - *Sii paziente* , potrebbero servire alcuni minuti prima che qualcuno veda i tuoi messaggi.
2018-11-27 10:34:22 +01:00
< center >
2021-07-25 10:44:32 +02:00
< iframe src = "https://web.libera.chat/#yunohost" style = "width:100%;height:450px;border:0;display:block" > < / iframe >
2018-11-27 10:34:22 +01:00
< / br >
< / br >
2021-07-25 10:44:32 +02:00
< em > Nota : questa stanza e disponibile via IRC (#yunohost su libera.chat - < a href = "https://web.libera.chat/#yunohost" > usando kiwiirc< / a > ), via XMPP < small > (support@conference.yunohost.org)< / small > , o Matrix < small > (#yunohost:libera.chat - < a target = "_blank" href = "https://riot.im/app/#/room/#yunohost:libera.chat" > usando Riot< / a > )< / small > < / em >
2018-11-27 10:34:22 +01:00
< / center >
< h3 > ... o chiedi nel forum !< / h3 >
< center >
< button id = "goForum" type = "button" class = "btn btn-success" style = "font-weight:bold;" >
< span class = "glyphicon glyphicon-comment" > < / span > Vai al forum
< / button >
< / center >
< h3 > Hai trovato un problema ?< / h3 >
< center >
< br >
< em > Per favore segnalalo nel nostro bugtracker o contatta gli sviluppatori< / em > < br > < br >
< button id = "goBugtracker" type = "button" class = "btn btn-warning" style = "font-weight:bold;" >
< span class = "glyphicon glyphicon-exclamation-sign" > < / span > Segnala 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 > Contatta gli sviluppatori
< / button >
< / br >
< / br >
< em > Nota : puoi anche connetterti alla stanza degli sviluppatori, utilizzando il tuo client XMPP preferito, su < / br >
dev@conference.yunohost.org e apps@conference.yunohost.org< / em >
< / center >
< script >
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/issues";
}
document.getElementById("goDevroom").onclick = function() {
2021-07-25 10:44:32 +02:00
window.location.href = "https://web.libera.chat/#yunohost-dev";
2018-11-27 10:34:22 +01:00
}
< / script >