Add public channel, community and contribution info

This adds the public channel, issue and contribution information to the
README.md
This commit is contained in:
Charlie Drage
2018-06-26 09:03:41 -04:00
parent 4ab95c260c
commit cd8bdde2d0

View File

@@ -26,7 +26,7 @@ Documentation can be found below:
- [Getting Started](https://github.com/redhat-developer/odo/blob/master/docs/getting-started.md)
- [Development](https://github.com/redhat-developer/odo/blob/master/docs/development.md)
### Installation
## Installation
#### Automated installation
@@ -96,6 +96,14 @@ nodejs - nodejs-myproject.192.168.42.147.nip.io
$ curl nodejs-myproject.192.168.42.147.nip.io
```
## Community, Discussion, Contribution and Support
**Chat:** We have a public channel [#Odo on chat.openshift.io](https://chat.openshift.io/developers/channels/odo).
**Issues:** If you have an issue with Odo, please [file it](https://github.com/redhat-developer/odo/issues).
**Contributing:** Want to become a contributor and submit your own code? Have a look at our [development guide](https://github.com/redhat-developer/odo/blob/master/docs/development.md).
## Glossary
- **Application:** Is, well, your application! It consists of multiple microservices or components, that work individually to build the entire application.