|
1 | | -Contributing to JDT UI - Java development tools UI |
2 | | -============================================ |
| 1 | +# JDT UI |
3 | 2 |
|
4 | | -Thanks for your interest in this project. |
| 3 | +This is the UI part of Eclipse's Java development tools, the user interface for the Java IDE. |
| 4 | +This includes views like Package Explorer and JUnit, the Java and properties files editors, Java search, and refactorings. |
5 | 5 |
|
6 | | -Project description: |
7 | | --------------------- |
| 6 | +For more information and important links, refer to the [JDT wiki page](https://github.com/eclipse-jdt/eclipse.jdt.core/wiki) or the [JDT project overview page](https://projects.eclipse.org/projects/eclipse.jdt). |
8 | 7 |
|
9 | | -The JDT UI implements the user interface for the Java IDE. This includes views like Package Explorer and JUnit, the Java and properties files editors, Java search, and refactorings. |
10 | | -Website: <http://www.eclipse.org/jdt/ui/> |
11 | 8 |
|
12 | | -- <https://projects.eclipse.org/projects/eclipse.jdt.ui> |
| 9 | +## How to contribute: |
13 | 10 |
|
14 | | -How to contribute: |
15 | | --------------------- |
16 | | -Contributions to JDT UI are most welcome. There are many ways to contribute, |
17 | | -from entering high quality bug reports, to contributing code or documentation changes. |
18 | | -For a complete guide, see the [How to Contribute] [1] page on the team wiki. |
| 11 | +[Contributions are most welcome!](https://github.com/eclipse-jdt/.github/blob/main/CONTRIBUTING.md) |
| 12 | +There are many ways to contribute, from entering high quality bug reports, to contributing code or documentation changes. |
| 13 | + |
| 14 | +Please bear in mind that this project is almost entirely developed by volunteers. |
| 15 | +If you do not provide the implementation yourself (or pay someone to do it for you), the bug might never get fixed. |
| 16 | +If it is a serious bug, other people than you might care enough to provide a fix. |
19 | 17 |
|
20 | 18 | []( |
21 | 19 | https://www.eclipse.org/setups/installer/?url=https://raw.githubusercontent.com/eclipse-jdt/eclipse.jdt.ui/master/org.eclipse.jdt.ui.setup/JdtUIConfiguration.setup&show=true |
22 | 20 | "Click to open Eclipse-Installer Auto Launch or drag into your running installer") |
23 | 21 |
|
24 | | -Developer resources: |
25 | | --------------------- |
26 | | - |
27 | | -Information regarding source code management, builds, coding standards, and more. |
28 | 22 |
|
29 | | -- <https://projects.eclipse.org/projects/eclipse.jdt.ui/developer> |
30 | | - |
31 | | -Contributor License Agreement: |
32 | | ------------------------------- |
| 23 | +## Contributor License Agreement |
33 | 24 |
|
34 | 25 | Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Foundation Contributor License Agreement (CLA). |
35 | 26 |
|
36 | 27 | - <http://www.eclipse.org/legal/CLA.php> |
37 | 28 |
|
38 | | -Forum: |
39 | | ------- |
40 | | - |
41 | | -Public forum for Eclipse JDT users. |
42 | | - |
43 | | -- <http://www.eclipse.org/forums/eclipse.tools.jdt> |
44 | | - |
45 | | -Search for bugs/issues: |
46 | | ----------------- |
47 | | - |
48 | | -This project uses Github issues to track ongoing development and issues. |
49 | 29 |
|
50 | | -- [https://github.com/eclipse-jdt/eclipse.jdt.ui/issues](https://github.com/eclipse-jdt/eclipse.jdt.ui/issues) |
51 | | - |
52 | | -Create a new bug/issue: |
53 | | ------------------ |
54 | | - |
55 | | -Be sure to search for existing issue before you create another one. Remember that contributions are always welcome! |
56 | | - |
57 | | -- [https://github.com/eclipse-jdt/eclipse.jdt.ui/issues](https://github.com/eclipse-jdt/eclipse.jdt.ui/issues) |
58 | | - |
59 | | -Contact: |
60 | | --------- |
| 30 | +## Contact: |
61 | 31 |
|
62 | 32 | Contact the project developers via the project's "dev" list. |
63 | 33 |
|
64 | 34 | - <https://dev.eclipse.org/mailman/listinfo/jdt-dev> |
65 | 35 |
|
66 | | -License |
67 | | -------- |
| 36 | +## License |
| 37 | + |
| 38 | +[Eclipse Public License (EPL) v2.0](https://www.eclipse.org/legal/epl-2.0/) |
| 39 | + |
| 40 | +## Links |
68 | 41 |
|
69 | | -[Eclipse Public License (EPL) v2.0][2] |
| 42 | +- https://github.com/eclipse-jdt/eclipse.jdt.core/wiki |
| 43 | +- https://github.com/eclipse-jdt/.github/blob/main/CONTRIBUTING.md |
| 44 | +- https://projects.eclipse.org/projects/eclipse.jdt |
70 | 45 |
|
71 | | -[1]: https://wiki.eclipse.org/JDT_UI/How_to_Contribute |
72 | | -[2]: https://www.eclipse.org/legal/epl-2.0/ |
0 commit comments