| # Contributing to Eclipse Dash, Tools for Committers |
| |
| Thanks for your interest in this project. |
| |
| ## Project description |
| |
| Eclipse Dash is a place where the community itself collaborates on tools for |
| community awareness and collaboration in support of our ultimate objective of |
| committer quality and cooperation. |
| |
| * https://projects.eclipse.org/projects/technology.dash |
| |
| ## Developer resources |
| |
| The source for the Eclipse Project Handbook is maintained in the the following |
| source code repository. |
| |
| * http://git.eclipse.org/c/dash/org.eclipse.dash.handbook.git |
| |
| Note that the repository includes some submodules, clone using |
| `--recurse-submodules` to ensure that you have all of the content. |
| |
| e.g. |
| |
| git clone --recurse-submodules git://git.eclipse.org/gitroot/dash/org.eclipse.dash.handbook.git |
| |
| This project uses Bugzilla to track ongoing development and issues. |
| |
| * Search for issues: https://bugs.eclipse.org/bugs/buglist.cgi?product=Dash&component=Handbook |
| * Create a new report: https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Dash&component=Handbook |
| |
| Be sure to search for existing bugs before you create another one. Remember that |
| contributions are always welcome! |
| |
| We use Maven to build. |
| |
| mvn compile |
| |
| Content is rendered into the `./target` folder in HTML, PDF, and EPUB formats. |
| |
| The `README.md` file contains information regarding how we structure documents |
| and other guidelines regarding content. |
| |
| ## 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/dash-dev |