Merge "Add Spec Backlog"
This commit is contained in:
15
README.rst
15
README.rst
@@ -25,6 +25,21 @@ given release should only refer to the ``implemented`` directory.
|
||||
|
||||
You can find an example spec in ``specs/template.rst``.
|
||||
|
||||
Additionally, we allow the proposal of specifications that do not have a
|
||||
developer assigned to them. These are proposed for review in the same manner as
|
||||
above, but are added to::
|
||||
|
||||
specs/backlog/approved
|
||||
|
||||
Specifications in this directory indicate the original author has either
|
||||
become unavailable, or has indicated that they are not going to implement the
|
||||
specification. The specifications found here are available as projects for
|
||||
people looking to get involved with Nova. If you are interested in
|
||||
claiming a spec, start by posting a review for the specification that moves it
|
||||
from this directory to the next active release. Please set yourself as the new
|
||||
`primary assignee` and maintain the original author in the `other contributors`
|
||||
list.
|
||||
|
||||
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
|
||||
|
||||
@@ -28,6 +28,14 @@ Here you can find the specs, and spec template, for each release:
|
||||
specs/kilo/index
|
||||
specs/juno/index
|
||||
|
||||
There are also some partial specifications that can be found here:
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
:maxdepth: 1
|
||||
|
||||
specs/backlog/index
|
||||
|
||||
Process
|
||||
=======
|
||||
|
||||
|
||||
17
doc/source/specs/backlog/index.rst
Normal file
17
doc/source/specs/backlog/index.rst
Normal file
@@ -0,0 +1,17 @@
|
||||
===========================
|
||||
Nova Backlog Specifications
|
||||
===========================
|
||||
|
||||
If you have a problem that needs solving, but you are not currently planning
|
||||
on implementing it, this is the place we can store your ideas.
|
||||
|
||||
These specifications have the problem description completed, but all other
|
||||
sections are optional.
|
||||
|
||||
Here is the current template:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
Specification Template (Kilo) <../kilo/template>
|
||||
.. backlog/approved/*
|
||||
Reference in New Issue
Block a user