1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
.. _contributing:
============================
Contributing to openstacksdk
============================
If you're interested in contributing to the openstacksdk project,
the following will help get you started.
Contributor License Agreement
-----------------------------
.. index::
single: license; agreement
In order to contribute to the openstacksdk project, you need to have
signed OpenStack's contributor's agreement.
Please read `DeveloperWorkflow`_ before sending your first patch for review.
Pull requests submitted through GitHub will be ignored.
.. seealso::
* https://wiki.openstack.org/wiki/How_To_Contribute
* https://wiki.openstack.org/wiki/CLA
.. _DeveloperWorkflow: https://docs.openstack.org/infra/manual/developers.html#development-workflow
Project Hosting Details
-----------------------
Project Documentation
https://docs.openstack.org/openstacksdk/latest/
Bug tracker
https://bugs.launchpad.net/openstacksdk
Mailing list (prefix subjects with ``[sdk]`` for faster responses)
https://lists.openstack.org/mailman3/lists/openstack-discuss.lists.openstack.org/
Code Hosting
https://opendev.org/openstack/openstacksdk
Code Review
https://review.opendev.org/#/q/status:open+project:openstack/openstacksdk,n,z
|