Skip to content

Commit 66d0435

Browse files
authored
Merge pull request #81 from iSazonov/master
Correction of roles and workflow
2 parents 20ad85a + 2f63252 commit 66d0435

File tree

1 file changed

+31
-11
lines changed

1 file changed

+31
-11
lines changed

RFC0000-RFC-Process.md

Lines changed: 31 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RFC: RFC0000
33
Author: Steve Lee
44
Status: Draft
55
Area: Process
6-
Version: 1.3
6+
Version: 1.3.1
77
Feedback: https://github.com/PowerShell/PowerShell-Language-RFC/issues/5
88
---
99

@@ -18,7 +18,10 @@ This process was adapted from the Chef RFC process as well as from DMTF.org proc
1818

1919
## Roles
2020

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.
2225

2326
## RFC Naming Convention
2427

@@ -38,7 +41,7 @@ Status: <Draft | Experimental | Accepted | Rejected | Withdrawn | Final>
3841
SupercededBy: <link to another RFC>
3942
Version: <Major>.<Minor>
4043
Area: <Area within the PowerShell language>
41-
Comments Due: <Date for submitting comments to current draft>
44+
Comments Due: <Date for submitting comments to current draft (minimum 1 month)>
4245
---
4346

4447
# Title
@@ -64,17 +67,32 @@ RFCs go through applicable stages:
6467
* Draft
6568

6669
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.
7386

7487
* Draft-Accepted
7588

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.
7896

7997
* Experimental
8098

@@ -105,3 +123,5 @@ Added Draft-Accepted state and Version header property.
105123
v1.2 - 8-18-2016 - Open submitting RFCs to the community and update formatting.
106124

107125
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

Comments
 (0)