Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Oberhuber2014-05-19 08:03:05 +0000
committerMartin Oberhuber2014-05-20 21:20:31 +0000
commitabdee6bcb4d2de51a6234f6a2967732e39a5b714 (patch)
treeaf022557992b88c89cb467b06f91cea3279907fb /CONTRIBUTING
parentb172300e08d047e7e7429d866df721d8ea0e6cb5 (diff)
downloadorg.eclipse.tcf-abdee6bcb4d2de51a6234f6a2967732e39a5b714.tar.gz
org.eclipse.tcf-abdee6bcb4d2de51a6234f6a2967732e39a5b714.tar.xz
org.eclipse.tcf-abdee6bcb4d2de51a6234f6a2967732e39a5b714.zip
Releng: Add default CONTRIBUTING file
Add auto-generated CONTRIBUTING file as per the Eclipse.org Recomendations: https://wiki.eclipse.org/Architecture_Council/Contributor_Guide_Recommendation Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com>
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..549f44ba6
--- /dev/null
+++ b/CONTRIBUTING
@@ -0,0 +1,46 @@
+Contributing to Target Communication Framework
+==============================================
+
+Thanks for your interest in this project.
+
+Project description:
+--------------------
+
+TCF is a vendor-neutral, lightweight, extensible network protocol mainly for communicating with embedded systems (targets). Its most distinguishing feature is that TCF is designed to transparently plug in value-adding servers between the tool and the target. But even without value-add, the protocol has the potential to unify lots of currently independent communication links, thus saving resources and making setup and configuration much easier than in current embedded development scenarios.
+
+- https://projects.eclipse.org/projects/tools.cdt.tcf
+
+Developer resources:
+--------------------
+
+Information regarding source code management, builds, coding standards, and more.
+
+- https://projects.eclipse.org/projects/tools.cdt.tcf/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/tcf-dev
+
+Search for bugs:
+----------------
+
+This project uses Bugzilla to track ongoing development and issues.
+
+- https://bugs.eclipse.org/bugs/buglist.cgi?product=TCF
+
+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=TCF

Back to the top