Drop approved/implemented directories.

For more detail, see the following discussion:

http://lists.openstack.org/pipermail/openstack-dev/2014-March/030886.html

Change-Id: I5c138f1fc3eafea00c810da183b4d74c06e8d210
This commit is contained in:
Russell Bryant 2014-03-24 14:35:38 -04:00
parent 7e2f8f8e92
commit 19a8aab4b0
3 changed files with 5 additions and 9 deletions

View File

@ -9,18 +9,14 @@ workflow to how we review and merge changes to the code itself.
The layout of this repository is::
specs/<release>/
approved/
implemented/
Specifications are proposed for a given release by adding it to the `approved`
directory and posting it for review. Once a given spec has been fully
implemented in a release, it can be moved to the `implemented` directory. This
provides an easy view of what was actually implemented in a given release. What
remains in the `approved` directory will provide historical record of specs we
approved but were not fully implemented.
You can find an example spec in `doc/source/specs/template.rst`.
Specifications are proposed for a given release by adding them to the
`specs/<release>` directory and posting it for review. The implementation
status of a blueprint for a given release can be found by looking at the
blueprint in launchpad. Not all approved blueprints will get fully implemented.
Specifications have to be re-proposed for every release. The review may be
quick, but even if something was previously approved, it should be re-reviewed
to make sure it still makes sense as written.

View File

View File