summaryrefslogtreecommitdiffstats
path: root/support.php
blob: cf8c8558d81015230c331d4a4a24eca9f0d1e96b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php
    include("tde-head-and-foot.php");
    doHeader("Getting Help", "Support", "_");
?>

<p>Feel free to contact us with questions, comments or problems. We are looking
for developers and translators, so if you are interested, please let us know.
The best way to get in touch with the Trinity project is through one of the
options below:</p>

<h3>Internet Relay Chat</h3>
<p>network: irc.libera.chat<br>
channel: <a href="irc://irc.libera.chat/#trinity-desktop">#trinity-desktop</a>
<p>This channel is publicly logged. A full channel log can be accessed
<a href="irc/logs.php">here</a>.</p>

<h3>Mailing Lists</h3>
<p>You can contact the project users and developers via one or more of our
<a href="mailinglist.php">mailing lists</a>.</p>

<h3>Bugs</h3>
<p>Bugs should be reported to our bug tracker, which is now part of our
<a href="https://mirror.git.trinitydesktop.org/gitea/issues">TDE Gitea
Workspace (TGW)</a> as Issues.</p>


<?php
    doFooter();
?>