Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Maggi2014-11-06 13:55:37 +0000
committerBenoit Maggi2015-02-09 16:22:58 +0000
commit19ac8159cc639c662ba5551d001c34c8874c32d3 (patch)
treebdfe2862283849491906a5b95233554333c6dde5
parent22ad45943d160503859201e8be110df92ba21d57 (diff)
downloadorg.eclipse.papyrus-19ac8159cc639c662ba5551d001c34c8874c32d3.tar.gz
org.eclipse.papyrus-19ac8159cc639c662ba5551d001c34c8874c32d3.tar.xz
org.eclipse.papyrus-19ac8159cc639c662ba5551d001c34c8874c32d3.zip
Bug 450344 - [Community] Provide a Contribution.MD file in git
repository to promote contribution Change-Id: Icd3831177dae47da439cbd190a5ba96046359438 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
-rw-r--r--CONTRIBUTING.md47
1 files changed, 47 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 00000000000..1d1c60ba2e6
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,47 @@
+Contributing to Papyrus
+======================
+
+Thanks for your interest in this project.
+
+Project description:
+--------------------
+
+Papyrus provides an integrated, user-consumable environment for editing any kind of EMF model and particularly supporting UML and SysML
+It also offers a very advanced support of UML profiles that enables users to define editors for DSLs based on the UML 2 standard and its extension mechanisms
+
+- https://projects.eclipse.org/projects/modeling.mdt.papyrus
+
+Developer resources:
+--------------------
+
+Information regarding source code management, builds, coding standards, and more.
+
+- https://wiki.eclipse.org/Papyrus_Developer_Guide
+
+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/mdt-papyrus.dev
+
+Search for bugs:
+----------------
+
+This project uses Bugzilla to track ongoing development and issues.
+
+- bugs.eclipse.org/bugs/buglist.cgi?product=Papyrus
+
+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=Papyrus \ No newline at end of file

Back to the top