Merge pull request #539 from cdrage/add-public-channel-to-readme

Add public channel, community and contribution info
This commit is contained in:
Tomas Kral
2018-06-27 15:45:41 +02:00
committed by GitHub

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
@@ -104,6 +104,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.