Update README.rst to support new Repository directories

While reading the README.rst to get ready to submit a spec
and I saw that Repository structure layout and the Expected
workflow section of the README.rst could be updated to
support the Repository directory structure.

Change-Id: I237ac8daecdbf21b11f0b62b0b1422eafe9523bf
This commit is contained in:
Doug Schveninger 2018-08-02 19:36:50 -05:00
parent 8b602c313d
commit a643187260
2 changed files with 9 additions and 3 deletions

View File

@ -24,13 +24,19 @@ The structure of the repository is as follows::
specs/
devstack/
implemented/
implemented/
other
implemented/
patrole
implemented/
tempest
implemented/
Expected Work Flow
==================
1. Create a blueprint stub in ``tempest`` or ``devstack`` blueprint repository
1. Create a blueprint stub in ``tempest``, ``devstack``, ``patrole`` or ``other``
blueprint repository
2. Propose review to qa-specs repository (ensure bp:blueprint_name is
in the commit message. DevStack specs should go into the ``devstack/`` subdirectory
but otherwise follow the same process.

View File