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,9 +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
-
-**Author** - All members of the community are allowed to author new RFCs and can provide feedback to any RFC.
22
-
-**Maintainer** - Owner of the RFC process.
23
-
-**Maintainer's committee** - Committee of Maintainers to vote and to make conclusion about accept/reject 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. Minimum 1 month>
44
+
Comments Due: <Date for submitting comments to current draft (minimum 1 month)>
44
45
---
45
46
46
47
# Title
@@ -67,31 +68,31 @@ RFCs go through applicable stages:
67
68
68
69
This is the initial draft of a RFC posted for comments and considered a work-in-progress.
69
70
70
-
New proposed drafts should be submitted as a Pull Request from Author's fork.
71
-
Author must ensure the 'modifiable by maintainers' is checked so that the Maintainers can assign the next RFC number.
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.
72
73
73
-
Maintainers only ensure that the RFC adheres to the template and the RFC process and then merge the PRPull Request.
74
+
Committee Members also ensure that the RFC adheres to the template and the RFC process before merging the Pull Request.
74
75
75
-
After that 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).
76
-
Typically, one or two months is allowed for comments (see above `Comments Due`).
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).
77
79
78
-
Community discuss the RFC.
80
+
At this point, the community discusses the RFC.
79
81
80
-
After `Comments Due` date the Author summarizes comments, submit new Pull Request to make the final RFC Draft and ask the Maintainer's committee to vote.
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.
81
83
82
-
Maintainers merge the Pull Request.
83
-
84
-
The Maintainer's committee vote for the RFC Draft and make a conclusion: reject, return for discussion, accept.
84
+
Just before voting, the PowerShell Comittee merges the Pull Request.
85
+
The PowerShell Committee then votes to accept or reject the RFC Draft.
85
86
86
87
* Draft-Accepted
87
88
88
-
The Maintainer's committee reviewed the RFC Draft and comments, voted and accepted the RFC Draft.
89
+
The PowerShell Committee has reviewed the RFC Draft and comments, and has voted to accept the RFC Draft.
89
90
90
-
New comments are not being sought.
91
+
At this point, new comments are not being sought.
91
92
92
-
Code work has not started/planned or not needed.
93
+
Code work has not started and is not planned or not needed.
93
94
94
-
Community is invited to use and implement the RFC.
95
+
The community is invited to implement the RFC.
95
96
96
97
* Experimental
97
98
@@ -122,3 +123,5 @@ Added Draft-Accepted state and Version header property.
122
123
v1.2 - 8-18-2016 - Open submitting RFCs to the community and update formatting.
123
124
124
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