summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKaushal M <kshlmster@gmail.com>2016-01-20 13:09:23 +0530
committerRaghavendra Talur <rtalur@redhat.com>2016-01-27 22:23:22 -0800
commit601bfa2719d8c9be40982b8a6526c21cd0ea4966 (patch)
treed7d37c778873907ca98cf7c9961bc9686c3d182f /README.md
parent063b5556d7271bfe06ec80b6a1957fbd5cacec51 (diff)
Rename in_progress to under_review
`in_progress` is vague term, which could either mean the feature review is in progress, or that the feature implementation is in progress. Renaming to `under_review` gives a much better indication that the feature is under review and implementation hasn't begun yet. Refer https://review.gluster.org/13187 for the discussion which lead to this Change-Id: I3f48e15deb4cf5486d7b8cac4a7915f9925f38f5 Signed-off-by: Kaushal M <kshlmster@gmail.com> Reviewed-on: http://review.gluster.org/13264 Reviewed-by: Raghavendra Talur <rtalur@redhat.com> Tested-by: Raghavendra Talur <rtalur@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 33454ec..fe4e5bf 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Repository Structure
The structure of the repository is as follows::
```
-+-- in_progress/
++-- under_review/
|
+-- accepted/
| +-- release-3.6/
@@ -49,11 +49,11 @@ landed.
The Flow of an Idea from your Head to Implementation
----------------------------------------------------
-First propose a feature by adding a page to the ``in_progress`` directory so
+First propose a feature by adding a page to the ``under_review`` directory so
that it can be reviewed. Reviewers adding a positive +1/+2 review in gerrit are
promising that they will review the code when it is proposed. Feature pages
should be approved and merged as soon as possible, and feature pages in the
-``in_progress`` directory can be updated as often as needed. Iterate on it.
+``under_review`` directory can be updated as often as needed. Iterate on it.
1. Have an idea.
2. Propose a feature.
@@ -86,7 +86,7 @@ Spec Lifecycle Rules
How to submit a new feature for review
--------------------------------------
1. Clone this repo
-2. Copy the ``template.md`` file in ``in_progress`` directory to
+2. Copy the ``template.md`` file in ``under_review`` directory to
``your_feature.md``
3. Make changes to ``your_feature.md``
4. Submit changes using ``git-review`` tool.