Skip to content

Commit 0ae38b7

Browse files
committed
[Documentation] cleaned up project entry page on github
- Removed obsoleted links - Added links to common contributing page. - Made it more looking like JDT core entry page
1 parent f09e1a7 commit 0ae38b7

File tree

1 file changed

+21
-48
lines changed

1 file changed

+21
-48
lines changed

README.md

Lines changed: 21 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,45 @@
1-
Contributing to JDT UI - Java development tools UI
2-
============================================
1+
# JDT UI
32

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.
55

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).
87

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/>
118

12-
- <https://projects.eclipse.org/projects/eclipse.jdt.ui>
9+
## How to contribute:
1310

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.
1917

2018
[![Create Eclipse Development Environment for JDT UI](https://download.eclipse.org/oomph/www/setups/svg/JDT_UI.svg)](
2119
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
2220
"Click to open Eclipse-Installer Auto Launch or drag into your running installer")
2321

24-
Developer resources:
25-
--------------------
26-
27-
Information regarding source code management, builds, coding standards, and more.
2822

29-
- <https://projects.eclipse.org/projects/eclipse.jdt.ui/developer>
30-
31-
Contributor License Agreement:
32-
------------------------------
23+
## Contributor License Agreement
3324

3425
Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Foundation Contributor License Agreement (CLA).
3526

3627
- <http://www.eclipse.org/legal/CLA.php>
3728

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.
4929

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:
6131

6232
Contact the project developers via the project's "dev" list.
6333

6434
- <https://dev.eclipse.org/mailman/listinfo/jdt-dev>
6535

66-
License
67-
-------
36+
## License
37+
38+
[Eclipse Public License (EPL) v2.0](https://www.eclipse.org/legal/epl-2.0/)
39+
40+
## Links
6841

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
7045

71-
[1]: https://wiki.eclipse.org/JDT_UI/How_to_Contribute
72-
[2]: https://www.eclipse.org/legal/epl-2.0/

0 commit comments

Comments
 (0)