From eb89224d54c2b3dcf129bf67acdb11daa231c6f3 Mon Sep 17 00:00:00 2001 From: Denis Roy Date: Thu, 15 May 2014 09:17:03 -0400 Subject: Bug: 402384 Add CONTRIBUTING file Signed-off-by: Denis Roy --- CONTRIBUTING | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 CONTRIBUTING 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 -- cgit v1.2.3