Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2014-03-03 18:36:16 +0000
committerSam Davis2014-03-03 18:36:27 +0000
commit2a768c113a1d78e0dc831aa10b6a224efec61407 (patch)
tree74884dc958206ea28e65375ace22d35a42ca2fb3
parent4f804fa9031e3313fe56cfa364b044a630ca1e67 (diff)
downloadorg.eclipse.mylyn.versions-2a768c113a1d78e0dc831aa10b6a224efec61407.tar.gz
org.eclipse.mylyn.versions-2a768c113a1d78e0dc831aa10b6a224efec61407.tar.xz
org.eclipse.mylyn.versions-2a768c113a1d78e0dc831aa10b6a224efec61407.zip
22703: Create CONTRIBUTING file for mylyn.versionsv1.3.0R_3_11_0e_4_4_m_3_11_x
Change-Id: Ice1e1038af9be89d576874535f81a5811613ff46 Signed-off-by: Sam Davis <sam.davis@tasktop.com>
-rw-r--r--CONTRIBUTING.txt52
1 files changed, 52 insertions, 0 deletions
diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.txt
new file mode 100644
index 0000000..4ea72a3
--- /dev/null
+++ b/CONTRIBUTING.txt
@@ -0,0 +1,52 @@
+Contributing to Mylyn Versions
+=============================
+
+Thanks for your interest in this project.
+
+Mylyn Project description:
+--------------------
+
+Mylyn is a Task-Focused Interface for Eclipse that reduces information overload and makes multi-tasking easy.
+
+- https://projects.eclipse.org/projects/mylyn
+
+Mylyn Versions Sub-Project description:
+--------------------
+
+Eclipse integration for source code and configuration management tools and bi-directional linking to change management tools. This project and APIs it provides builds on the existing Eclipse Team APIs.
+
+Developer resources:
+--------------------
+
+Information regarding source code management, builds, coding standards, and more.
+
+- http://wiki.eclipse.org/index.php/Mylyn_Contributor_Reference
+- https://projects.eclipse.org/projects/mylyn/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/mylyn-dev
+
+Search for bugs:
+----------------
+
+This project uses Bugzilla to track ongoing development and issues.
+
+- https://bugs.eclipse.org/bugs/buglist.cgi?product=Mylyn Versions
+
+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=Mylyn Versions

Back to the top