From 8275bd0452e92d65e63634906f3576c35d434147 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Wed, 4 Mar 2020 09:44:04 +0000 Subject: [PATCH] Add CONTRIBUTING.rst Change-Id: Ife1b5165914466c5e53b0191cfc098d3289c73fe --- CONTRIBUTING.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CONTRIBUTING.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 0000000000..c4a044f339 --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,19 @@ +The source repository for this project can be found at: + + https://opendev.org/openstack/openstack-ansible + +Pull requests submitted through GitHub are not monitored. + +To start contributing to OpenStack, follow the steps in the contribution guide +to set up and use Gerrit: + + https://docs.openstack.org/contributors/code-and-documentation/quick-start.html + +Bugs should be filed on Launchpad: + + https://bugs.launchpad.net/openstack-ansible + +For more specific information about contributing to this repository, see the +openstack-ansible contributor guide: + + https://docs.openstack.org/openstack-ansible/latest/contributor/contribute.html