From c3d2512c87be6b28533f8883dafa83bcf91aee21 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 29 Nov 2012 10:41:34 -0800 Subject: [PATCH] Add a CONTRIBUTING file. Add file that give a short change submission how to. Also, point out the locations for bugs and discussion. Change-Id: I15a610c544de1ee8daaedcd10684085082aa66f4 --- CONTRIBUTING.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CONTRIBUTING.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 0000000..20a6bef --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,20 @@ +If you would like to contribute to the development of nose-html-output, +you must follow the steps in the "If you're a developer, start here" +section of this page: + + http://wiki.openstack.org/HowToContribute + +Once those steps have been completed, changes to nose-html-output +should be submitted for review via the Gerrit tool, following +the workflow documented at: + + http://wiki.openstack.org/GerritWorkflow + +Pull requests submitted through GitHub will be ignored. + +Bugs should be filed on Launchpad, not GitHub: + + https://bugs.launchpad.net/openstack-ci/ + +Discussion happens on the openstack-infra@lists.openstack.org mail +list and on Freenode #openstack-infra.