rally-openstack/doc/specs/README.rst
Boris Pavlovic 0538b6f845 Introduce in-tree Rally specs
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
2015-03-08 02:25:17 +03:00

522 B

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.