diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 257df4e38..0063b0607 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -49,3 +49,6 @@ Project Hosting Details * https://review.openstack.org/#/q/murano+AND+status:+open,n,z * http://docs.openstack.org/infra/manual/developers.html#development-workflow + +* Murano Design Specifications + * https://git.openstack.org/openstack/murano-specs diff --git a/doc/source/guidelines.rst b/doc/source/guidelines.rst index 0bafed308..3f60ff2a2 100644 --- a/doc/source/guidelines.rst +++ b/doc/source/guidelines.rst @@ -20,6 +20,12 @@ To check your code against PEP 8 run: * https://flake8.readthedocs.org * http://docs.openstack.org/developer/hacking/ +Blueprints and Specs +-------------------- + +Murano team uses the `murano-specs`_ repository for its blueprint and +specification (specs) review process. See `Launchpad`_ to propose or +see the status of a current blueprint. Testing Guidelines ------------------ @@ -73,3 +79,5 @@ Run the following command to build docs locally. .. _PEP 257: http://www.python.org/dev/peps/pep-0257/ .. _Tox: http://tox.testrun.org/ .. _Sphinx: http://sphinx.pocoo.org/markup/index.html +.. _murano-specs: http://git.openstack.org/cgit/openstack/murano-specs +.. _Launchpad: http://blueprints.launchpad.net/murano