Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2015-06-17 05:52:26 +0000
committerLars Vogel2015-06-17 15:47:43 +0000
commit9049d0ac05e1cb769e1b94750e7355ecbf7d204c (patch)
tree88c7a25a1edd683c61b1109f2488af180c604b45
parente3a5f9d220d4cbfa4f29a3d9ed25d182eb492027 (diff)
downloadeclipse.platform.ui-9049d0ac05e1cb769e1b94750e7355ecbf7d204c.tar.gz
eclipse.platform.ui-9049d0ac05e1cb769e1b94750e7355ecbf7d204c.tar.xz
eclipse.platform.ui-9049d0ac05e1cb769e1b94750e7355ecbf7d204c.zip
Bug 470326 - Enhance README.md of eclipse.platform.ui
Change-Id: I6f0cdf1b45b1fe844962474a19f7e9618fb6d92b Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--README.md57
1 files changed, 52 insertions, 5 deletions
diff --git a/README.md b/README.md
index 20f9dd8716f..57d9a99f21a 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,61 @@
-Platform UI
-===========
+Contributing to Eclipse Platform UI project
+===========================================
+
+Thanks for your interest in this project.
+
+Project description:
+--------------------
Platform UI provides the basic building blocks for user interfaces built with Eclipse. Some of these form the Eclipse Rich Client Platform (RCP) and can be used for arbitrary rich client applications, while others are specific to the Eclipse IDE. The Platform UI codebase is built on top of the Eclipse Standard Widget Toolkit (SWT), which is developed as an independent project.
+Website: <http://www.eclipse.org/platform/ui/>
+
+- <https://projects.eclipse.org/projects/eclipse.platform.ui>
+
For more information, refer to the [Platform UI wiki page] [1].
-Contributions
--------------
+How to contribute:
+--------------------
+Contributions to Platform UI are most welcome. There are many ways to contribute,
+from entering high quality bug reports, to contributing code or documentation changes.
+For a complete guide, see the [Platform UI - How to contribute wiki page] [2] page on the team wiki.
+
+Developer resources:
+--------------------
+
+Information regarding source code management, builds, coding standards, and more.
+
+- <https://projects.eclipse.org/projects/eclipse.platform.ui/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>
+
+
+Search for bugs:
+----------------
+
+This project uses Bugzilla to track ongoing development and issues.
+
+- <https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&classification=Eclipse&component=UI&list_id=12049886&product=Platform&query_format=advanced>
+
+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=platform;component=UI>
+
+Contact:
+--------
+
+Contact the project developers via the project's "dev" list.
+
+- <https://dev.eclipse.org/mailman/listinfo/platform-ui-dev>
-For information how to contribute to the Platform UI project see [Platform UI - How to contribute wiki page] [2].
License
-------

Back to the top