diff options
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r-- | CONTRIBUTING.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 0000000..b13a553 --- /dev/null +++ b/CONTRIBUTING.rst | |||
@@ -0,0 +1,17 @@ | |||
1 | If you would like to contribute to the development of OpenStack, you must | ||
2 | follow the steps in this page: | ||
3 | |||
4 | http://docs.openstack.org/infra/manual/developers.html | ||
5 | |||
6 | If you already have a good understanding of how the system works and your | ||
7 | OpenStack accounts are set up, you can skip to the development workflow | ||
8 | section of this documentation to learn how changes to OpenStack should be | ||
9 | submitted for review via the Gerrit tool: | ||
10 | |||
11 | http://docs.openstack.org/infra/manual/developers.html#development-workflow | ||
12 | |||
13 | Pull requests submitted through GitHub will be ignored. | ||
14 | |||
15 | Bugs should be filed on Launchpad, not GitHub: | ||
16 | |||
17 | https://bugs.launchpad.net/ttrun | ||