-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (65 loc) · 4.18 KB
/
Copy pathindex.html
File metadata and controls
71 lines (65 loc) · 4.18 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
layout: default
title: Roundcube Webmail Contributions
navtitle: Contribute
---
<h1>How to Contribute</h1>
<p>Want to help make Roundcube the best webmail solution ever? Roundcube is an open source project and all volunteers are welcome, we're always looking for new additions and resources.</p>
<p>The Roundcube <a href="https://lists.roundcube.net/postorius/lists/dev.lists.roundcube.net/" class="rc-icon external-link" target="_blank">development mailing list</a> is the place where ongoing development is discussed.
This mailing list is not a support forum, and requests for help with non-development related problems will not be answered there.
Thanks for keeping the list on-topic and productive!</p>
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3">
<div class="col my-3">
<div class="card h-100">
<div class="card-header bg-header">
<span class="text-white">Reporting bugs</span>
</div>
<div class="card-body">
<p>Be sure that we test the code before we release it. However, you might find something that isn't right.
To report bugs please use the <a href="https://github.com/roundcube/roundcubemail/issues" class="rc-icon external-link" target="_blank">GitHub issues section</a> but read
<a href="https://github.com/roundcube/roundcubemail/wiki/Howto-Report-Issues" class="rc-icon external-link" target="_blank">these instructions</a> before opening a new ticket.
And remember: the more information we get the easier we can reproduce and fix it.</p>
</div>
</div>
</div>
<div class="col my-3">
<div class="card h-100">
<div class="card-header bg-header">
<span class="text-white">Coding</span>
</div>
<div class="card-body">
<p>Roundcube webmail is written in PHP and JavaScript (and of course HTML and CSS).
If you have experience in any of these languages and you want to contribute, start right now!
Get the source from our <a href="https://github.com/roundcube/roundcubemail/" class="rc-icon external-link" target="_blank">github repository</a> or
<a href="https://help.github.com/articles/fork-a-repo" class="rc-icon external-link" target="_blank">fork</a> it right away and read the
<a href="https://github.com/roundcube/roundcubemail/wiki/Dev-Contribution" class="rc-icon external-link" target="_blank">How to get involved</a> guide to find out what to do next.</p>
</div>
</div>
</div>
<div class="col my-3">
<div class="card h-100">
<div class="card-header bg-header">
<span class="text-white">Translation</span>
</div>
<div class="card-body">
<p>We have moved our translations to <b>Transifex</b> where you can all contribute and help to keep the translations up-to-date.
Go to <a href="https://explore.transifex.com/roundcube/" class="rc-icon external-link" target="_blank">transifex.com</a> and register yourself as a Transifex user.
In order to start translating, you have to become a member of the translation team for your language.
To do so, choose your language from the list and then click "Join team" on the upper right part of the overview page.
Your request will be processed as fast as possible.</p>
</div>
</div>
</div>
<div class="col my-3">
<div class="card h-100">
<div class="card-header bg-header">
<span class="text-white">Documentation</span>
</div>
<div class="card-body">
<p>Did you want to know how to do something and find that the documentation didn't explain it or didn't explain it well?
We're happy to accept additions to the documentation; simply create an <a href="https://github.com/roundcube/roundcubemail/issues" class="rc-icon external-link" target="_blank">issue</a>
with the text and either a link to the existing page or a request for a new page.</p>
</div>
</div>
</div>
</div>