File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -31,48 +31,7 @@ This process was adapted from the Chef RFC process as well as from the DMTF.org
3131
3232## RFC Template
3333
34- RFC documents shall follow the following template:
35-
36- ```` markdown
37- ---
38- RFC: RFC<four digit unique incrementing number assigned by Committee, this shall be left blank by the author>
39- Author: <First Last >
40- Status: <Draft | Experimental | Accepted | Rejected | Withdrawn | Final>
41- SupercededBy: <link to another RFC >
42- Version: <Major >.<Minor >
43- Area: <Area within the PowerShell language >
44- Comments Due: <Date for submitting comments to current draft (minimum 1 month)>
45- Plan to implement: <Yes | No>
46- ---
47-
48- # Title
49-
50- Description and rationale.
51-
52- ## Motivation
53-
54- As a <<user_profile>>,
55- I can <<functionality>>,
56- so that <<benefit>>.
57-
58- ## User Experience
59-
60- Example of user experience with example code/script.
61- Include example of input and output.
62-
63- ``` powershell
64- Get-Example
65- ```
66-
67- ``` output
68- Hello World
69- ```
70-
71- ## Specification
72-
73- ## Alternate Proposals and Considerations
74-
75- ````
34+ All RFC documents shall follow the [ RFC template] ( RFCNNNN-New-RFC-Template.md ) .
7635
7736## RFC Workflow
7837
Original file line number Diff line number Diff line change 1+ ---
2+ RFC : RFC<four digit unique incrementing number assigned by Committee, this shall be left blank by the author>
3+ Author : <First Last>
4+ Status : <Draft | Experimental | Accepted | Rejected | Withdrawn | Final>
5+ SupercededBy : <link to another RFC>
6+ Version : <Major>.<Minor>
7+ Area : <Area within the PowerShell language>
8+ Comments Due : <Date for submitting comments to current draft (minimum 1 month)>
9+ Plan to implement : <Yes | No>
10+ ---
11+
12+ # Title
13+
14+ Description and rationale.
15+
16+ ## Motivation
17+
18+ As a <<user_profile>>,
19+ I can <<functionality>>,
20+ so that <<benefit>>.
21+
22+ ## User Experience
23+
24+ Example of user experience with example code/script.
25+ Include example of input and output.
26+
27+ ``` powershell
28+ Get-Example
29+ ```
30+
31+ ``` output
32+ Hello World
33+ ```
34+
35+ ## Specification
36+
37+ ## Alternate Proposals and Considerations
38+
You can’t perform that action at this time.
0 commit comments