c3b27c6c6e
Most of OpenStack projects have specs. Specs are documents in .rst format with fixed structure. They allow developers to use standard gerrit code review approach to discuss and align future changes in project. This patch includes: - doc/specs directory - doc/specs readme files - spec template.rst - unit tests that checks that specs are regarding template Change-Id: I31e0dbb8bcbc68ca40c67c643d44b27359906b9c
15 lines
522 B
ReStructuredText
15 lines
522 B
ReStructuredText
Rally Specs
|
|
===========
|
|
|
|
Specs are detailed description of proposed changes in project. Usually they
|
|
answer on what, why, how to change in project and who is going to work on
|
|
change.
|
|
|
|
This directory contains 2 subdirectories:
|
|
|
|
- in-progress - These specs are approved, but they are not implemented yet
|
|
- implemented - Implemented specs archive
|
|
|
|
If you are looking for full rally road map overview go `here <https://docs.google.com/a/mirantis.com/spreadsheets/d/16DXpfbqvlzMFaqaXAcJsBzzpowb_XpymaK2aFY2gA2g/edit#gid=0>`_.
|
|
|