Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWayne Beaton2018-12-05 18:45:36 +0000
committerWayne Beaton2018-12-05 18:45:36 +0000
commiteae5d1f180dc27c65982fc0497935920c45b43ef (patch)
tree3c6c584acf404b4148dea5b7996883b897c9851e
parent8fe25f99e5d05fa66bd0cd41321021e23dffa432 (diff)
downloadorg.eclipse.dash.handbook-eae5d1f180dc27c65982fc0497935920c45b43ef.tar.gz
org.eclipse.dash.handbook-eae5d1f180dc27c65982fc0497935920c45b43ef.tar.xz
org.eclipse.dash.handbook-eae5d1f180dc27c65982fc0497935920c45b43ef.zip
Update contribution instructions.
-rw-r--r--CONTRIBUTING.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 956d617..0ddb2b7 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -12,17 +12,17 @@ committer quality and cooperation.
## Developer resources
-Information regarding source code management, builds, coding standards, and
-more.
+The source for the Eclipse Project Handbook is maintained in the the following
+source code repository.
-* https://projects.eclipse.org/projects/technology.dash/developer
+* http://git.eclipse.org/c/dash/org.eclipse.dash.handbook.git
-The project maintains the following source code repositories
+Note that the repository includes some submodules, clone using
+`--recurse-submodules` to ensure that you have all of the content.
-* http://git.eclipse.org/c/dash/org.eclipse.dash.dashboard.git
-* http://git.eclipse.org/c/dash/org.eclipse.dash.handbook.git
-* http://git.eclipse.org/c/dash/org.eclipse.dash.m4e.tools.git
-* http://git.eclipse.org/c/dash/org.eclipse.dash.maven.git
+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.
@@ -34,11 +34,11 @@ contributions are always welcome!
We use Maven to build.
- mvn compile
+ 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
+The `README.md` file contains information regarding how we structure documents
and other guidelines regarding content.
## Eclipse Contributor Agreement

Back to the top