2020-11-11 11:47:10 +01:00
---
title: هل تبحث عن مساعدة
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-02-20 21:50:20 +01:00
2021-02-07 18:58:25 +01:00
< h3 > إتصل بغرفة المساعدة< / 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-02-20 21:50:20 +01:00
< center >
2021-02-07 04:24:51 +01:00
2021-02-07 18:58:25 +01:00
< strong > الإسم المستعار< / strong > : < input id = "nickname" value = "ynhuser__" type = "text" >
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 = "border:0; width:100%; height:450px;" > < / iframe >
2018-05-07 21:49:44 +02:00
2018-02-20 21:50:20 +01:00
< / br >
< / br >
< em > ملاحظة : يمكن الإتصال كذلك بغرفة المحادثة باستخدام تطبيق XMPP الخاص بك على العنوان التالي < / br >
2018-09-03 18:00:26 +02:00
support@conference.yunohost.org < / br >
2020-10-27 22:34:35 +01:00
< a target = "_blank" href = "https://kiwiirc.com/nextclient/?settings=7b72a0a81838360686798199ed53624f" > kiwiirc</ a > باستخدام freenode على #yunohost IRC أو </ br >
2018-09-03 18:00:26 +02:00
< a target = "_blank" href = "https://riot.im/app/#/room/#yunohost:matrix.org" > Riot< / a > باستخدام Matrix أو < / br >
< / em >
2018-02-20 21:50:20 +01:00
< / center >
2021-02-07 18:58:25 +01:00
< h3 > ... أو إطرح سؤالك في المنتدى !< / h3 >
2018-02-20 21:50:20 +01:00
< center >
< button id = "goForum" type = "button" class = "btn btn-success" style = "font-weight:bold;" >
< span class = "glyphicon glyphicon-comment" > < / span > إنتقل إلى المنتدى
< / button >
< / center >
< h3 > هل إكتشفت علة أو خللًا ؟< / h3 >
< center >
< br >
< em > يرجى الإبلاغ عن المشاكل على أداة متعقّب الأخطاء الخاصة بالمشروع أو إتصل بالمطوّرين< / em > < br > < br >
< button id = "goBugtracker" type = "button" class = "btn btn-warning" style = "font-weight:bold;" >
< span class = "glyphicon glyphicon-exclamation-sign" > < / span > أبلِغ عن عِلّة أو خلل
< / button >
< button id = "goDevroom" type = "button" class = "btn btn-warning" style = "font-weight:bold; margin-left:40px" >
< span class = "glyphicon glyphicon-comment" > < / span > إتصل بالمطوّرين
< / button >
< / center >
< / br >
< / br >
< center >
< em > ملاحظة : يمكن الإتصال كذلك بغرفة التطوير باستخدام تطبيق XMPP الخاص بك على العناوين التالية < / br >
dev@conference.yunohost.org and 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() {
2018-06-05 16:02:47 +02:00
window.location.href = "https://github.com/yunohost/issues/issues";
2018-02-20 21:50:20 +01:00
}
document.getElementById("goDevroom").onclick = function() {
2018-04-17 21:35:19 +02:00
window.location.href = "https://kiwiirc.com/client/irc.freenode.net/yunohost-dev";
2018-02-20 21:50:20 +01:00
}
2018-04-17 21:35:19 +02:00
< / script >