Merge "Mention the availability of other cookiecutter templates"

This commit is contained in:
Zuul 2018-04-11 06:00:26 +00:00 committed by Gerrit Code Review
commit e2f2cf5954
1 changed files with 10 additions and 0 deletions

View File

@ -848,6 +848,13 @@ most projects. It can be used as follows:
Remember, as mentioned earlier, these commands should typically be used only
if you are working with an empty repository.
The template in ``openstack-dev/specs-cookiecutter`` should be used for
specs:
.. code-block:: console
$ cookiecutter -f https://git.openstack.org/openstack-dev/specs-cookiecutter
The template in ``openstack-dev/oslo-cookiecutter`` should be used for
Oslo libraries:
@ -862,6 +869,9 @@ Horizon plugins:
$ cookiecutter -f https://git.openstack.org/openstack/ui-cookiecutter
Other templates are available; the full list can be seen at
https://git.openstack.org/cgit/?q=cookiecutter.
Applying the Template
---------------------