Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Roy2014-05-15 13:32:45 +0000
committerCurtis Windatt2014-05-15 14:28:27 +0000
commit5909c11a162f2e5e5142ab01f8e0ffcfba8ccefb (patch)
tree67fb34c5f72fe062adefd92b77b64e2a208ad92d
parente2f43bd0b55e345041554416debdb8f6bcf59881 (diff)
downloadeclipse.pde.build-5909c11a162f2e5e5142ab01f8e0ffcfba8ccefb.tar.gz
eclipse.pde.build-5909c11a162f2e5e5142ab01f8e0ffcfba8ccefb.tar.xz
eclipse.pde.build-5909c11a162f2e5e5142ab01f8e0ffcfba8ccefb.zip
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 00000000..f0ace50f
--- /dev/null
+++ b/CONTRIBUTING
@@ -0,0 +1,46 @@
+Contributing to PDE - Plugin Development Environment
+====================================================
+
+Thanks for your interest in this project.
+
+Project description:
+--------------------
+
+The Plug-in Development Environment (PDE) provides tools to create, develop, test, debug, build and deploy Eclipse plug-ins, fragments, features, update sites and RCP products.
+
+- https://projects.eclipse.org/projects/eclipse.pde
+
+Developer resources:
+--------------------
+
+Information regarding source code management, builds, coding standards, and more.
+
+- https://projects.eclipse.org/projects/eclipse.pde/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/pde-dev
+
+Search for bugs:
+----------------
+
+This project uses Bugzilla to track ongoing development and issues.
+
+- https://bugs.eclipse.org/bugs/buglist.cgi?product=PDE
+
+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=PDE

Back to the top