From 6e3bccf41aa68d12685f50d065cf5be35eaa24d1 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Tue, 26 Jun 2018 17:00:05 +0800 Subject: [PATCH] Update README.rst 1. add Getting Involved 2. add Contributors Change-Id: Ia3960f9f1b912b8443af5674c013d3ea4fb32fdf --- README.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.rst b/README.rst index ea9d5ba..fa524b2 100644 --- a/README.rst +++ b/README.rst @@ -70,6 +70,28 @@ to add a host to the inventory: CLIENT.host_add(['host_name']) +Getting Involved +================ + +Need a feature? Find a bug? Let us know! Contributions are much +appreciated and should follow the standard `Gerrit +workflow `__. + +- We communicate using the #openstack-kolla irc channel. +- File bugs, blueprints, track releases, etc on + `Launchpad `__. +- Attend weekly + `meetings `__. +- Contribute `code `__. + +Contributors +============ + +Check out who is `contributing +code `__ and +`contributing +reviews `__. + Troubleshooting ===============