-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update jdt.ui's main README #1707
Open
HannesWell
wants to merge
1
commit into
eclipse-jdt:master
Choose a base branch
from
HannesWell:update-readme
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+19
−98
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,3 @@ | ||
# Contributing to Eclipse Java development tools | ||
|
||
Thanks for your interest in this project. | ||
|
||
## Project description | ||
|
||
The JDT project provides the tool plug-ins that implement a Java IDE supporting | ||
the development of any Java application, including Eclipse plug-ins. It adds a | ||
Java project nature and Java perspective to the Eclipse Workbench as well as a | ||
number of views, editors, wizards, builders, and code merging and refactoring | ||
tools. The JDT project allows Eclipse to be a development environment for | ||
itself. | ||
|
||
* https://projects.eclipse.org/projects/eclipse.jdt | ||
|
||
## Developer resources | ||
|
||
Information regarding source code management, builds, coding standards, and | ||
more. | ||
|
||
* https://projects.eclipse.org/projects/eclipse.jdt/developer | ||
|
||
The project maintains the following source code repositories | ||
|
||
* http://git.eclipse.org/c/jdt/eclipse.jdt.core.binaries.git | ||
* http://git.eclipse.org/c/jdt/eclipse.jdt.core.git | ||
* http://git.eclipse.org/c/jdt/eclipse.jdt.debug.git | ||
* http://git.eclipse.org/c/jdt/eclipse.jdt.git | ||
* http://git.eclipse.org/c/jdt/eclipse.jdt.ui.git | ||
|
||
This project uses Bugzilla to track ongoing development and issues. | ||
|
||
* Search for issues: https://eclipse.org/bugs/buglist.cgi?product=JDT | ||
* Create a new report: https://eclipse.org/bugs/enter_bug.cgi?product=JDT | ||
|
||
Be sure to search for existing bugs before you create another one. Remember that | ||
contributions are always welcome! | ||
|
||
## Eclipse Contributor Agreement | ||
|
||
Before your contribution can be accepted by the project team contributors must | ||
electronically sign the Eclipse Contributor Agreement (ECA). | ||
|
||
* http://www.eclipse.org/legal/ECA.php | ||
|
||
Commits that are provided by non-committers must have a Signed-off-by field in | ||
the footer indicating that the author is aware of the terms by which the | ||
contribution has been provided to the project. The non-committer must | ||
additionally have an Eclipse Foundation account and must have a signed Eclipse | ||
Contributor Agreement (ECA) on file. | ||
|
||
For more information, please see the Eclipse Committer Handbook: | ||
https://www.eclipse.org/projects/handbook/#resources-commit | ||
|
||
## Contact | ||
|
||
Contact the project developers via the project's "dev" list. | ||
|
||
* https://dev.eclipse.org/mailman/listinfo/jdt-dev | ||
See https://github.com/eclipse-jdt/.github/blob/main/CONTRIBUTING.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,49 @@ | ||
Contributing to JDT UI - Java development tools UI | ||
============================================ | ||
|
||
Thanks for your interest in this project. | ||
|
||
Project description: | ||
-------------------- | ||
# JDT UI - Java development tools UI | ||
|
||
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. | ||
Website: <http://www.eclipse.org/jdt/ui/> | ||
|
||
- <https://projects.eclipse.org/projects/eclipse.jdt.ui> | ||
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). | ||
|
||
## Contributing | ||
|
||
How to contribute: | ||
-------------------- | ||
Contributions to JDT UI are most welcome. There are many ways to contribute, | ||
from entering high quality bug reports, to contributing code or documentation changes. | ||
For a complete guide, see the [How to Contribute] [1] page on the team wiki. | ||
For a complete guide, see the [How to Contribute](https://wiki.eclipse.org/JDT_UI/How_to_Contribute) page on the team wiki. | ||
|
||
[![Create Eclipse Development Environment for JDT UI](https://download.eclipse.org/oomph/www/setups/svg/JDT_UI.svg)]( | ||
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 | ||
"Click to open Eclipse-Installer Auto Launch or drag into your running installer") | ||
|
||
Developer resources: | ||
-------------------- | ||
## Developer resources | ||
|
||
Information regarding source code management, builds, coding standards, and more. | ||
|
||
- <https://projects.eclipse.org/projects/eclipse.jdt.ui/developer> | ||
|
||
Contributor License Agreement: | ||
------------------------------ | ||
- https://eclipse.dev/jdt/ui/index.php#dev | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. here is still a link to the php page :-( |
||
Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Foundation Contributor License Agreement (CLA). | ||
## Contributor License Agreement | ||
|
||
- <http://www.eclipse.org/legal/CLA.php> | ||
Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Foundation Contributor License Agreement (ECA). | ||
|
||
Forum: | ||
------ | ||
- https://www.eclipse.org/legal/eca/ | ||
|
||
Public forum for Eclipse JDT users. | ||
|
||
- <http://www.eclipse.org/forums/eclipse.tools.jdt> | ||
|
||
Search for bugs/issues: | ||
---------------- | ||
## Search for bugs/issues | ||
|
||
This project uses Github issues to track ongoing development and issues. | ||
|
||
- [https://github.com/eclipse-jdt/eclipse.jdt.ui/issues](https://github.com/eclipse-jdt/eclipse.jdt.ui/issues) | ||
- https://github.com/eclipse-jdt/eclipse.jdt.ui/issues | ||
|
||
Create a new bug/issue: | ||
----------------- | ||
## Create a new bug/issue: | ||
|
||
Be sure to search for existing issue before you create another one. Remember that contributions are always welcome! | ||
|
||
- [https://github.com/eclipse-jdt/eclipse.jdt.ui/issues](https://github.com/eclipse-jdt/eclipse.jdt.ui/issues) | ||
- https://github.com/eclipse-jdt/eclipse.jdt.ui/issues | ||
|
||
Contact: | ||
-------- | ||
## Contact | ||
|
||
Contact the project developers via the project's "dev" list. | ||
|
||
- <https://dev.eclipse.org/mailman/listinfo/jdt-dev> | ||
|
||
License | ||
------- | ||
- https://accounts.eclipse.org/mailing-list/jdt-dev | ||
|
||
[Eclipse Public License (EPL) v2.0][2] | ||
## License | ||
|
||
[1]: https://wiki.eclipse.org/JDT_UI/How_to_Contribute | ||
[2]: http://wiki.eclipse.org/EPL | ||
[Eclipse Public License (EPL) v2.0](https://www.eclipse.org/legal/epl-2.0/) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the announced deprecation of php-content on eclipse.dev websites I assume this link will not work well for a long time, but at the moment there is nothing better I know.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think you should point to the php page. It is out of date and points to other out of date pages. I would suggest you either leave the link above (which is archived) or create a new .md file by stealing any relevant text from the php page you pointed to, replacing or simply removing any php links. This at least gives a base for building on.