Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-08-24 09:16:26 +0000
committerSravan Kumar Lakkimsetti2018-11-14 15:14:09 +0000
commit299476ded83d2b23da044bfa8a9a82012881d3c2 (patch)
treea0f8bccc99b71fa44f5881c9a47c36a5ced9668e /CONTRIBUTING
parentc1cad84a41af37d2e52c34ab44436906251813f0 (diff)
downloadeclipse.jdt.core-299476ded83d2b23da044bfa8a9a82012881d3c2.tar.gz
eclipse.jdt.core-299476ded83d2b23da044bfa8a9a82012881d3c2.tar.xz
eclipse.jdt.core-299476ded83d2b23da044bfa8a9a82012881d3c2.zip
Bug 535339 - All repositories need a NOTICE and LICENSE fileI20181114-1800I20181114-1345I20181114-1325I20181114-1050
Change-Id: I7400846b6229c0d3c2b34d5c593652ce287e123e Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r--CONTRIBUTING59
1 files changed, 59 insertions, 0 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
new file mode 100644
index 0000000000..137f07604a
--- /dev/null
+++ b/CONTRIBUTING
@@ -0,0 +1,59 @@
+# 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 \ No newline at end of file

Back to the top