|
| 1 | +# Contributing to Eclipse Build-openj9 |
| 2 | + |
| 3 | +Thanks for your interest in this project. We welcome and encourage all kinds of contribution to the project, not only code. This includes bug reports, user experience feedback, assistance in reproducing issues and more. |
| 4 | + |
| 5 | +## Project description |
| 6 | + |
| 7 | +Eclipse Build-openj9, a part of Eclipse OpenJ9 project, is a type scripted github action to build openj9 JDK. |
| 8 | + |
| 9 | +* https://projects.eclipse.org/projects/technology.openj9 |
| 10 | + |
| 11 | +## Developing locally |
| 12 | + |
| 13 | +* git clone the repo |
| 14 | +* npm install |
| 15 | +* start developing! |
| 16 | + |
| 17 | +## Developer resources |
| 18 | + |
| 19 | +Information regarding source code management, builds, coding standards, and |
| 20 | +more. |
| 21 | + |
| 22 | +* https://projects.eclipse.org/projects/technology.openj9/developer |
| 23 | + |
| 24 | +The project maintains the following source code repositories |
| 25 | + |
| 26 | +* https://github.com/eclipse/openj9 |
| 27 | +* https://github.com/eclipse/openj9-omr |
| 28 | +* https://github.com/eclipse/openj9-systemtest |
| 29 | +* https://github.com/eclipse/openj9-docs |
| 30 | +* https://github.com/eclipse/openj9-website |
| 31 | +* https://github.com/eclipse-openj9/openj9-testing |
| 32 | +* https://github.com/eclipse/build-openj9 |
| 33 | +* https://github.com/eclipse/openj9-utils |
| 34 | +* https://github.com/eclipse/openj9-test |
| 35 | +* https://github.com/eclipse/openj9-docs-staging |
| 36 | +* https://github.com/eclipse/openj9-jenkins |
| 37 | + |
| 38 | + |
| 39 | +## Eclipse Development Process |
| 40 | + |
| 41 | +This Eclipse Foundation open project is governed by the Eclipse Foundation |
| 42 | +Development Process and operates under the terms of the Eclipse IP Policy. |
| 43 | + |
| 44 | +## Eclipse Contributor Agreement |
| 45 | + |
| 46 | +Before your contribution can be accepted by the project team contributors must |
| 47 | +electronically sign the Eclipse Contributor Agreement (ECA). |
| 48 | + |
| 49 | +* http://www.eclipse.org/legal/ECA.php |
| 50 | + |
| 51 | +Commits that are provided by non-committers must have a Signed-off-by field in |
| 52 | +the footer indicating that the author is aware of the terms by which the |
| 53 | +contribution has been provided to the project. The non-committer must |
| 54 | +additionally have an Eclipse Foundation account and must have a signed Eclipse |
| 55 | +Contributor Agreement (ECA) on file. |
| 56 | + |
| 57 | +For more information, please see the Eclipse Committer Handbook: |
| 58 | +https://www.eclipse.org/projects/handbook/#resources-commit |
| 59 | + |
| 60 | +## Contact |
| 61 | + |
| 62 | +Contact the project developers via the project's "dev" list. |
| 63 | + |
| 64 | +* https://dev.eclipse.org/mailman/listinfo/openj9-dev |
0 commit comments