379b606dcc
Some typos were fixed too. Change-Id: I05f621c2daa1142006ab8e04164c75a031edea4f
49 lines
1.4 KiB
ReStructuredText
49 lines
1.4 KiB
ReStructuredText
.. _contributing:
|
|
|
|
==========================
|
|
Contributing to Storyboard
|
|
==========================
|
|
|
|
If you're interested in contributing to the Storyboard project,
|
|
the following will help get you started.
|
|
|
|
Contributor License Agreement
|
|
-----------------------------
|
|
|
|
.. index::
|
|
single: license; agreement
|
|
|
|
In order to contribute to the Storyboard project, you need to have
|
|
signed OpenStack's contributor's agreement.
|
|
|
|
.. seealso::
|
|
|
|
* https://docs.openstack.org/infra/manual/developers.html
|
|
* https://wiki.openstack.org/wiki/CLA
|
|
|
|
Project Hosting Details
|
|
-------------------------
|
|
|
|
Bug tracker
|
|
https://storyboard.openstack.org
|
|
|
|
Mailing list (prefix subjects with ``[storyboard]`` for faster responses)
|
|
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra
|
|
|
|
Wiki
|
|
https://wiki.openstack.org/wiki/StoryBoard
|
|
|
|
Code Hosting
|
|
* https://git.openstack.org/cgit/openstack-infra/storyboard/
|
|
|
|
* https://git.openstack.org/cgit/openstack-infra/storyboard-webclient
|
|
|
|
* https://git.openstack.org/cgit/openstack-infra/python-storyboardclient
|
|
|
|
Code Review
|
|
https://review.openstack.org/#/q/status:open+AND+(project:openstack-infra/storyboard+OR+project:openstack-infra/storyboard-webclient+OR+project:openstack-infra/python-storyboardclient),n,z
|
|
|
|
Please read `GerritWorkflow`_ before sending your first patch for review.
|
|
|
|
.. _GerritWorkflow: https://docs.openstack.org/infra/manual/developers.html#development-workflow
|