Skip to content

Commit 3890cb9

Browse files
committed
Update RFC0000-RFC-Process.md
Updated RFC Process doc based on experience with Versioning RFC
1 parent 8364db0 commit 3890cb9

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

RFC0000-RFC-Process.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ RFC: 0000
33
Author: Steve Lee
44
Status: Draft
55
Area: Process
6+
Version: 1.1
67
Feedback: https://github.com/PowerShell/PowerShell-Language-RFC/issues/5
78
---
89

@@ -35,6 +36,7 @@ RFC documents shall follow the following template:
3536
RFC: <four digit unique incrementing number>
3637
Author: <First Last>
3738
Status: <Draft | Experimental | Accepted | Rejected | Final>
39+
Version: <Major>.<Minor>
3840
Area: <Area within the PowerShell language>
3941
---
4042

@@ -56,19 +58,24 @@ Description and rationale.
5658

5759
## RFC Workflow
5860

59-
RFCs go through several stages:
61+
RFCs go through applicable stages:
6062

6163
* Draft
6264

6365
This is the initial draft of a RFC posted for comments and considered a
6466
work-in-progress. Typically, two months is allowed for comments.
6567

68+
* Draft-Accepted
69+
70+
Comments have been reviewed and new comments are not being sought. Code
71+
work has not started/planned or not needed.
72+
6673
* Experimental
6774

6875
Comments have been reviewed and code is being written to provide an working
6976
example of the proposed design change to get further feedback.
7077

71-
* Accepted
78+
* Experimental-Accepted
7279

7380
Feedback from the experimental implementation and RFC have been reviewed.
7481
Engineering team will work towards final implementation in code to match
@@ -82,3 +89,7 @@ Based on community feedback, this RFC was decided to not proceed any further.
8289

8390
Design and implementation is considered complete. Any proposed changes
8491
would be through a new RFC.
92+
93+
---
94+
History:
95+
v1.1 - 5-20-2016 - Updated to enable RFCs for design changes that don't require code changes. Added Draft-Accepted state and Version header property.

0 commit comments

Comments
 (0)