Merge branch 'master' of github.com:apache/rocketmq-cloudevents

* 'master' of github.com:apache/rocketmq-cloudevents:
  open issue and wiki and add gitignore
  Update README.md
  Initialize project.
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..83d040d
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,8 @@
+github:
+  features:
+    # Enable issue management
+    issues: true
+    # Enable wiki
+    wiki: true
+
+  protected_branches:
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d7fba17
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+*dependency-reduced-pom.xml
+.classpath
+.project
+.settings/
+target/
+devenv
+*.log*
+*.iml
+.idea/
+*.versionsBackup
+!NOTICE-BIN
+!LICENSE-BIN
+.DS_Store
+localbin
+nohup.out
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c5a5d96
--- /dev/null
+++ b/README.md
@@ -0,0 +1,30 @@
+## RocketMQ CloudEvents
+[![TravisCI](https://travis-ci.org/apache/rocketmq-cloudevents.svg)](https://travis-ci.org/apache/rocketmq-cloudevents) 
+[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
+[![CodeCov](https://codecov.io/gh/apache/rocketmq-cloudevents/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/rocketmq-cloudevents)
+[![GitHub release](https://img.shields.io/badge/release-download-default.svg)](https://github.com/apache/rocketmq-cloudevents/releases)
+[![Twitter Follow](https://img.shields.io/twitter/follow/ApacheRocketMQ?style=social)](https://twitter.com/intent/follow?screen_name=ApacheRocketMQ)
+
+Slogan:TBD
+
+----------
+## Features
+TBD
+
+----------
+## How to use
+* Step-by-step instruction are provided in [RocketMQ Cloudevents Introduction](docs/Introduction.md)
+* Consult [RocketMQ Quick Start](https://rocketmq.apache.org/docs/quick-start/) to setup rocketmq broker and nameserver.
+
+----------
+## Apache RocketMQ Community
+* [RocketMQ Community Projects](https://github.com/apache/rocketmq-externals)
+
+----------
+## Contact us
+* Mailing Lists: <https://rocketmq.apache.org/about/contact/>
+* Home: <https://rocketmq.apache.org>
+* Docs: <https://rocketmq.apache.org/docs/quick-start/>
+* Issues: <https://github.com/apache/rocketmq-cloudevents/issues>
+* Ask: <https://stackoverflow.com/questions/tagged/rocketmq>
+* Slack: <https://rocketmq-community.slack.com/>