You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -18,7 +18,10 @@ This process was adapted from the Chef RFC process as well as from DMTF.org proc
18
18
19
19
## Roles
20
20
21
-
All members of the community are allowed to author new RFCs and can provide feedback to any RFC.
21
+
***Author**: All members of the community are allowed to author new RFCs and can provide feedback to any RFC.
22
+
***PowerShell Committee**: The design committe that votes to accept or reject an RFC.
23
+
(Learn more about the PowerShell Committee [here](https://github.com/PowerShell/PowerShell/blob/master/docs/community/governance.md#powershell-committee).)
24
+
***Committee Member**: An individual member of the PowerShell Committee.
Comments Due: <Date for submitting comments to current draft>
44
+
Comments Due: <Date for submitting comments to current draft (minimum 1 month)>
42
45
---
43
46
44
47
# Title
@@ -64,17 +67,32 @@ RFCs go through applicable stages:
64
67
* Draft
65
68
66
69
This is the initial draft of a RFC posted for comments and considered a work-in-progress.
67
-
New proposed drafts should be submitted as a Pull Request from your fork.
68
-
Ensure the 'modifiable by maintainers' is checked so that the maintainers can assign the next RFC number.
69
-
Maintainers only ensure that the RFC adheres to the template and process.
70
-
Maintainers will ask the author to create an issue for this RFC and used for collection and response to comments (author creates it so that they get notified of new comments instead of the maintainer).
71
-
Typically, one or two months is allowed for comments.
72
-
When the author is ready to submit to the committee for voting, they submit a Pull Request and indicate they are ready for voting.
70
+
71
+
New proposed drafts should be submitted as a Pull Request from the Author's fork.
72
+
The Author must ensure that 'Allow edits from maintainers' is checked so that a Committee Member can assign the next RFC number.
73
+
74
+
Committee Members also ensure that the RFC adheres to the template and the RFC process before merging the Pull Request.
75
+
76
+
After the Pull Request is merged, Maintainers will ask the Author to create an issue for this RFC to collect and respond to feedback on the RFC.
77
+
(The Author should create issue so that they get notified of new comments instead of the Committee Member.)
78
+
Typically, one or two months is allowed for comments (see `Comments Due` above).
79
+
80
+
At this point, the community discusses the RFC.
81
+
82
+
After the `Comments Due` date, the Author summarizes the comments, submits a new Pull Request to make the final RFC Draft, and asks the PowerShell Committee to vote.
83
+
84
+
Just before voting, the PowerShell Comittee merges the Pull Request.
85
+
The PowerShell Committee then votes to accept or reject the RFC Draft.
73
86
74
87
* Draft-Accepted
75
88
76
-
Comments have been reviewed and new comments are not being sought.
77
-
Code work has not started/planned or not needed.
89
+
The PowerShell Committee has reviewed the RFC Draft and comments, and has voted to accept the RFC Draft.
90
+
91
+
At this point, new comments are not being sought.
92
+
93
+
No one has begun implementing the RFC, and there are no current plans to implement the RFC.
94
+
95
+
The community is invited to implement the RFC.
78
96
79
97
* Experimental
80
98
@@ -105,3 +123,5 @@ Added Draft-Accepted state and Version header property.
105
123
v1.2 - 8-18-2016 - Open submitting RFCs to the community and update formatting.
106
124
107
125
v1.3 - 9-26-2016 - Added Withdrawn stage. Comments Due field to template. Updated guidance on RFC numbering.
126
+
127
+
v1.3.1 - 3-22-2017 - Cleaned up language and made explicit clarifications to process
0 commit comments