|
1 | | -Contributing to JDT UI - Java development tools UI |
2 | | -============================================ |
3 | | - |
4 | | -Thanks for your interest in this project. |
5 | | - |
6 | | -Project description: |
7 | | --------------------- |
| 1 | +# JDT UI - Java development tools UI |
8 | 2 |
|
9 | 3 | 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 | 4 |
|
12 | | -- <https://projects.eclipse.org/projects/eclipse.jdt.ui> |
| 5 | +For more information and important links, refer to the [JDT UI website](https://eclipse.dev/jdt/ui/) or the [JDT project overview page](https://projects.eclipse.org/projects/eclipse.jdt). |
| 6 | + |
| 7 | +## Contributing |
13 | 8 |
|
14 | | -How to contribute: |
15 | | --------------------- |
16 | 9 | Contributions to JDT UI are most welcome. There are many ways to contribute, |
17 | 10 | 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 | +For a complete guide, see the [How to Contribute](https://wiki.eclipse.org/JDT_UI/How_to_Contribute) page on the team wiki. |
19 | 12 |
|
20 | 13 | []( |
21 | 14 | 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 | 15 | "Click to open Eclipse-Installer Auto Launch or drag into your running installer") |
23 | 16 |
|
24 | | -Developer resources: |
25 | | --------------------- |
| 17 | +## Developer resources |
26 | 18 |
|
27 | 19 | Information regarding source code management, builds, coding standards, and more. |
28 | 20 |
|
29 | | -- <https://projects.eclipse.org/projects/eclipse.jdt.ui/developer> |
30 | | - |
31 | | -Contributor License Agreement: |
32 | | ------------------------------- |
| 21 | +- https://eclipse.dev/jdt/ui/index.php#dev |
33 | 22 |
|
34 | | -Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Foundation Contributor License Agreement (CLA). |
| 23 | +## Contributor License Agreement |
35 | 24 |
|
36 | | -- <http://www.eclipse.org/legal/CLA.php> |
| 25 | +Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Foundation Contributor License Agreement (ECA). |
37 | 26 |
|
38 | | -Forum: |
39 | | ------- |
| 27 | +- https://www.eclipse.org/legal/eca/ |
40 | 28 |
|
41 | | -Public forum for Eclipse JDT users. |
42 | | - |
43 | | -- <http://www.eclipse.org/forums/eclipse.tools.jdt> |
44 | | - |
45 | | -Search for bugs/issues: |
46 | | ----------------- |
| 29 | +## Search for bugs/issues |
47 | 30 |
|
48 | 31 | This project uses Github issues to track ongoing development and issues. |
49 | 32 |
|
50 | | -- [https://github.com/eclipse-jdt/eclipse.jdt.ui/issues](https://github.com/eclipse-jdt/eclipse.jdt.ui/issues) |
| 33 | +- https://github.com/eclipse-jdt/eclipse.jdt.ui/issues |
51 | 34 |
|
52 | | -Create a new bug/issue: |
53 | | ------------------ |
| 35 | +## Create a new bug/issue: |
54 | 36 |
|
55 | 37 | Be sure to search for existing issue before you create another one. Remember that contributions are always welcome! |
56 | 38 |
|
57 | | -- [https://github.com/eclipse-jdt/eclipse.jdt.ui/issues](https://github.com/eclipse-jdt/eclipse.jdt.ui/issues) |
| 39 | +- https://github.com/eclipse-jdt/eclipse.jdt.ui/issues |
58 | 40 |
|
59 | | -Contact: |
60 | | --------- |
| 41 | +## Contact |
61 | 42 |
|
62 | 43 | Contact the project developers via the project's "dev" list. |
63 | 44 |
|
64 | | -- <https://dev.eclipse.org/mailman/listinfo/jdt-dev> |
65 | | - |
66 | | -License |
67 | | -------- |
| 45 | +- https://accounts.eclipse.org/mailing-list/jdt-dev |
68 | 46 |
|
69 | | -[Eclipse Public License (EPL) v2.0][2] |
| 47 | +## License |
70 | 48 |
|
71 | | -[1]: https://wiki.eclipse.org/JDT_UI/How_to_Contribute |
72 | | -[2]: http://wiki.eclipse.org/EPL |
| 49 | +[Eclipse Public License (EPL) v2.0](https://www.eclipse.org/legal/epl-2.0/) |
0 commit comments