10000 clarify RFC lifecycle (close #24) · vuejs/rfcs@156b809 · GitHub
[go: up one dir, main page]

Skip to content

Commit 156b809

Browse files
committed
clarify RFC lifecycle (close #24)
1 parent f38a8f2 commit 156b809

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,16 @@ Some changes though are "substantial", and we ask that these be put
1212
through a bit of a design process and produce a consensus among the Vue
1313
core team and the community.
1414

15-
[Active RFC List](https://github.com/vuejs/rfcs/pulls)
15+
## The RFC life-cycle
16+
17+
An RFC goes through the following stages:
18+
19+
- **Pending:** when the RFC is submitted as a PR.
20+
- **Active:** when an RFC PR is merged and undergoing implementation.
21+
- **Landed:** when an RFC's proposed changes are shipped in an actual release.
22+
- **Rejected:** when an RFC PR is closed without being merged.
23+
24+
[Pending RFC List](https://github.com/vuejs/rfcs/pulls)
1625

1726
## When to follow this process
1827

@@ -94,7 +103,7 @@ and comments have been made summarizing the rationale for rejection. A member of
94103

95104
* An RFC may be accepted at the close of its final comment period. A [core team] member will merge the RFC's associated pull request, at which point the RFC will become 'active'.
96105

97-
## The RFC life-cycle
106+
## Details on Active RFCs
98107

99108
Once an RFC becomes active then authors may implement it and submit the
100109
feature as a pull request to the Vue repo. Becoming 'active' is not a rubber

0 commit comments

Comments
 (0)
0