Sravan Kumar Lakkimsetti | 91a2401 | 2018-08-24 14:39:05 +0530 | [diff] [blame] | 1 | # Contributing to Eclipse Equinox |
Denis Roy | 97d155d | 2014-05-15 09:16:27 -0400 | [diff] [blame] | 2 | |
| 3 | Thanks for your interest in this project. |
| 4 | |
Sravan Kumar Lakkimsetti | 91a2401 | 2018-08-24 14:39:05 +0530 | [diff] [blame] | 5 | ## Project description |
Denis Roy | 97d155d | 2014-05-15 09:16:27 -0400 | [diff] [blame] | 6 | |
Sravan Kumar Lakkimsetti | 91a2401 | 2018-08-24 14:39:05 +0530 | [diff] [blame] | 7 | Eclipse Equinox is an implementation of the OSGi R6 core framework |
| 8 | specification, a set of bundles that implement various optional OSGi services |
| 9 | and other infrastructure for running OSGi-based systems. |
Denis Roy | 97d155d | 2014-05-15 09:16:27 -0400 | [diff] [blame] | 10 | |
Sravan Kumar Lakkimsetti | 91a2401 | 2018-08-24 14:39:05 +0530 | [diff] [blame] | 11 | * https://projects.eclipse.org/projects/eclipse.equinox |
Denis Roy | 97d155d | 2014-05-15 09:16:27 -0400 | [diff] [blame] | 12 | |
Sravan Kumar Lakkimsetti | 91a2401 | 2018-08-24 14:39:05 +0530 | [diff] [blame] | 13 | ## Developer resources |
Denis Roy | 97d155d | 2014-05-15 09:16:27 -0400 | [diff] [blame] | 14 | |
Sravan Kumar Lakkimsetti | 91a2401 | 2018-08-24 14:39:05 +0530 | [diff] [blame] | 15 | Information regarding source code management, builds, coding standards, and |
| 16 | more. |
Denis Roy | 97d155d | 2014-05-15 09:16:27 -0400 | [diff] [blame] | 17 | |
Sravan Kumar Lakkimsetti | 91a2401 | 2018-08-24 14:39:05 +0530 | [diff] [blame] | 18 | * https://projects.eclipse.org/projects/eclipse.equinox/developer |
Denis Roy | 97d155d | 2014-05-15 09:16:27 -0400 | [diff] [blame] | 19 | |
Sravan Kumar Lakkimsetti | 91a2401 | 2018-08-24 14:39:05 +0530 | [diff] [blame] | 20 | The project maintains the following source code repositories |
Denis Roy | 97d155d | 2014-05-15 09:16:27 -0400 | [diff] [blame] | 21 | |
Sravan Kumar Lakkimsetti | 91a2401 | 2018-08-24 14:39:05 +0530 | [diff] [blame] | 22 | * http://git.eclipse.org/c/equinox/rt.equinox.binaries.git |
| 23 | * http://git.eclipse.org/c/equinox/rt.equinox.bundles.git |
| 24 | * http://git.eclipse.org/c/equinox/rt.equinox.framework.git |
| 25 | * http://git.eclipse.org/c/equinox/rt.equinox.p2.git |
Denis Roy | 97d155d | 2014-05-15 09:16:27 -0400 | [diff] [blame] | 26 | |
| 27 | This project uses Bugzilla to track ongoing development and issues. |
| 28 | |
Sravan Kumar Lakkimsetti | 91a2401 | 2018-08-24 14:39:05 +0530 | [diff] [blame] | 29 | * Search for issues: https://eclipse.org/bugs/buglist.cgi?product=Equinox |
| 30 | * Create a new report: https://eclipse.org/bugs/enter_bug.cgi?product=Equinox |
Denis Roy | 97d155d | 2014-05-15 09:16:27 -0400 | [diff] [blame] | 31 | |
Sravan Kumar Lakkimsetti | 91a2401 | 2018-08-24 14:39:05 +0530 | [diff] [blame] | 32 | Be sure to search for existing bugs before you create another one. Remember that |
| 33 | contributions are always welcome! |
Denis Roy | 97d155d | 2014-05-15 09:16:27 -0400 | [diff] [blame] | 34 | |
Sravan Kumar Lakkimsetti | 91a2401 | 2018-08-24 14:39:05 +0530 | [diff] [blame] | 35 | ## Eclipse Contributor Agreement |
Denis Roy | 97d155d | 2014-05-15 09:16:27 -0400 | [diff] [blame] | 36 | |
Sravan Kumar Lakkimsetti | 91a2401 | 2018-08-24 14:39:05 +0530 | [diff] [blame] | 37 | Before your contribution can be accepted by the project team contributors must |
| 38 | electronically sign the Eclipse Contributor Agreement (ECA). |
| 39 | |
| 40 | * http://www.eclipse.org/legal/ECA.php |
| 41 | |
| 42 | Commits that are provided by non-committers must have a Signed-off-by field in |
| 43 | the footer indicating that the author is aware of the terms by which the |
| 44 | contribution has been provided to the project. The non-committer must |
| 45 | additionally have an Eclipse Foundation account and must have a signed Eclipse |
| 46 | Contributor Agreement (ECA) on file. |
| 47 | |
| 48 | For more information, please see the Eclipse Committer Handbook: |
| 49 | https://www.eclipse.org/projects/handbook/#resources-commit |
| 50 | |
| 51 | ## Contact |
| 52 | |
| 53 | Contact the project developers via the project's "dev" list. |
| 54 | |
| 55 | * https://dev.eclipse.org/mailman/listinfo/equinox-dev |