Add a specs directory to hold design proposals

This is a temporary repo for hosting design discussions.

Change-Id: Ieb9969dcf244fb5a616c6129126b316daa834c8c
This commit is contained in:
tengqm 2016-02-17 01:02:22 -05:00
parent 1efac4cb6b
commit d21fbd684c
3 changed files with 32 additions and 0 deletions

27
doc/specs/README.rst Normal file
View File

@ -0,0 +1,27 @@
INTRO
=====
This directory holds the proposals of non-trivial changes to senlin. We host
them here to avoid the potential headaches in managing yet another project,
say `senlin-specs`. When the needs rise up for a dedicated project for
proposals, we can create such a project and migrate things here.
DIRECTORY LAYOUT
================
Proposals will be put into this directory during review. After being reviewed,
it will be migrated into the `rejected` subdirectory or the `approved`
subdirectory respectively.
rejected
--------
A subdirectory for proposals that were rejected.
approved
--------
A subdirectory for proposals that were approved.

View File

@ -0,0 +1,3 @@
This directory holds the feature proposals that have been approved. Once the
features are landed, the contents should be migrated into a design document
instead of being kept here.

View File

@ -0,0 +1,2 @@
This directory holds the feature proposals that have been rejected. These
files are archived here for references.