Skip to main content
summaryrefslogtreecommitdiffstats
blob: ef9cbb9108cb751060801eb23961b9dd145fd152 (plain) (blame)
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
Contributing to Eclipse Scout
=============================

We welcome any kind of contributions (Bug report, documentation, code contribution...).
Please read the [Eclipse Scout Contribution page] [1] to know more about it.

The contribution process of Eclipse Scout is hosted on tools deployed by the Eclipse Foundation ([Bugzilla] [2], Gerrit, Hudson, MediaWiki...).

External tools like the GitHub tracker and pull requests are not supported.

For further questions about contributing to Eclipse Scout, please ask in the [Eclipse Scout Forum] [3] or send a mail to [our mailing list] [4]: scout-dev@eclipse.org


License
-------

[Eclipse Public License (EPL) v1.0] [5]


Documentation & Links
---------------------

* [Project page] [6]
* [Eclipse Scout Documentation] [7]
* [Eclipse Scout Forum] [3]
* [Eclipse Bugzilla] [2]


[1]: https://wiki.eclipse.org/Scout/Contribution
[2]: https://bugs.eclipse.org/bugs/
[3]: https://www.eclipse.org/forums/index.php?t=thread&frm_id=174
[4]: https://accounts.eclipse.org/mailing-list/scout-dev
[5]: https://wiki.eclipse.org/Eclipse_Public_License
[6]: https://www.eclipse.org/scout/
[7]: https://eclipsescout.github.io/

Back to the top