Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Roy2014-05-15 13:16:27 +0000
committerThomas Watson2014-05-23 18:46:43 +0000
commit97d155dab48a48ac70891f940bfb4b5498aef5dd (patch)
treeca5a4709b16f9fb7a7886e5d84857af53228fdde /CONTRIBUTING
parentedd900f2772d70bb8d90a7a47b41810e6b0300a6 (diff)
downloadrt.equinox.bundles-97d155dab48a48ac70891f940bfb4b5498aef5dd.tar.gz
rt.equinox.bundles-97d155dab48a48ac70891f940bfb4b5498aef5dd.tar.xz
rt.equinox.bundles-97d155dab48a48ac70891f940bfb4b5498aef5dd.zip
Signed-off-by: Denis Roy <denis.roy@eclipse.org>
Diffstat (limited to 'CONTRIBUTING')
-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