diff options
author | Markus Alexander Kuppe | 2013-12-19 09:07:47 +0000 |
---|---|---|
committer | Markus Alexander Kuppe | 2013-12-19 09:10:26 +0000 |
commit | 0ad5828cdc5ce50721e8a7f48b0a437ad4dab377 (patch) | |
tree | aeb1a5d9258af3362fdebcb91a0758ee6dda859a /CONTRIBUTING.md | |
parent | 863a94aaccd4143368565fbe63b5514222aab3e4 (diff) | |
download | org.eclipse.ecf-0ad5828cdc5ce50721e8a7f48b0a437ad4dab377.tar.gz org.eclipse.ecf-0ad5828cdc5ce50721e8a7f48b0a437ad4dab377.tar.xz org.eclipse.ecf-0ad5828cdc5ce50721e8a7f48b0a437ad4dab377.zip |
Add information on how to contribute to ECF (to also inform potential contributors that we won't accept Github Pull Requests)
See http://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg10179.html for context
Change-Id: I194af52254a1bde956d4f625bd8744f5fb726719
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..d0d91cdde --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,13 @@ +Contributing to ECF +=================== + +Contributions to the Eclipse Communication Project (ECF) 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 Eclipse Contributor guide [1] and read the Gerrit wiki page [2]. + +GitHub tracker and pull requests are currently not supported by our +contribution process. + +[1]: http://eclipse.org/contribute/ +[2]: http://wiki.eclipse.org/Gerrit |