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
+[](https://travis-ci.org/apache/rocketmq-cloudevents)
+[](https://www.apache.org/licenses/LICENSE-2.0.html)
+[](https://codecov.io/gh/apache/rocketmq-cloudevents)
+[](https://github.com/apache/rocketmq-cloudevents/releases)
+[](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/>