Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Roy2014-05-15 13:17:03 +0000
committerThomas Watson2014-05-23 18:47:42 +0000
commiteb89224d54c2b3dcf129bf67acdb11daa231c6f3 (patch)
tree4781b1745f47b4fe77b0e1bde519401b01d5e8fe
parent06b72165232d4264949e6543f43377fec7b35c11 (diff)
downloadrt.equinox.framework-eb89224d54c2b3dcf129bf67acdb11daa231c6f3.tar.gz
rt.equinox.framework-eb89224d54c2b3dcf129bf67acdb11daa231c6f3.tar.xz
rt.equinox.framework-eb89224d54c2b3dcf129bf67acdb11daa231c6f3.zip
Bug: 402384 Add CONTRIBUTING file
Signed-off-by: Denis Roy <denis.roy@eclipse.org>
-rw-r--r--CONTRIBUTING46
1 files changed, 46 insertions, 0 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
new file mode 100644
index 000000000..b186b1a94
--- /dev/null
+++ b/CONTRIBUTING
@@ -0,0 +1,46 @@
+Contributing to Equinox
+=======================
+
+Thanks for your interest in this project.
+
+Project description:
+--------------------
+
+Equinox is an implementation of the OSGi R5 core framework specification, a set of bundles that implement various optional OSGi services and other infrastructure for running OSGi-based systems.
+
+- https://projects.eclipse.org/projects/rt.equinox
+
+Developer resources:
+--------------------
+
+Information regarding source code management, builds, coding standards, and more.
+
+- https://projects.eclipse.org/projects/rt.equinox/developer
+
+Contributor License Agreement:
+------------------------------
+
+Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Foundation Contributor License Agreement (CLA).
+
+- http://www.eclipse.org/legal/CLA.php
+
+Contact:
+--------
+
+Contact the project developers via the project's "dev" list.
+
+- https://dev.eclipse.org/mailman/listinfo/equinox-dev
+
+Search for bugs:
+----------------
+
+This project uses Bugzilla to track ongoing development and issues.
+
+- https://bugs.eclipse.org/bugs/buglist.cgi?product=Equinox
+
+Create a new bug:
+-----------------
+
+Be sure to search for existing bugs before you create another one. Remember that contributions are always welcome!
+
+- https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Equinox

Back to the top