From 0c530c7698e281fe869e2eb10f6414066a30e231 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 28 Apr 2017 22:14:47 +0000 Subject: [PATCH] update contributing instructions Change-Id: I763a6d49ed9546d641ac5ec121ca2f4161592481 Signed-off-by: Doug Hellmann --- CONTRIBUTING.rst | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index c7ede14..78978f1 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,5 +1,13 @@ -If you would like to contribute to the development of OpenStack, you must -follow the steps in this page: +There are two ways to contribute to downpour, using OpenStack's gerrit +system and GitHub. The repository managed via gerrit and visible at +https://git.openstack.org/cgit/openstack/downpour is the canonical +repository. + +Gerrit Process +============== + +If you would like to contribute using the standard OpenStack tools and +processes, you should follow the steps in this page: http://docs.openstack.org/infra/manual/developers.html @@ -10,8 +18,22 @@ submitted for review via the Gerrit tool: http://docs.openstack.org/infra/manual/developers.html#development-workflow -Pull requests submitted through GitHub will be ignored. +GitHub Process +============== + +If you would prefer to use GitHub, you may also submit pull requests +to https://github.com/dhellmann/downpour. I will do the work to push +the patch through the OpenStack review process on your behalf. That +may involve changing some of the git metadata, such as committer. I +will try to keep the author field intact so you retain credit. Please +add the DCO signature to your commit messages, just to be safe. + +The repository https://github.com/openstack/downpour is synced from +gerrit. Pull requests to that repository will be closed automatically. + +Bug Reports +=========== Bugs should be filed on Launchpad, not GitHub: - https://bugs.launchpad.net/downpour + https://bugs.launchpad.net/os-downpour