Skip to content

Commit

Permalink
Update template to fix PowerShell#211
Browse files Browse the repository at this point in the history
This adds suggested changes to the RFC template as part of issue PowerShell#211
  • Loading branch information
kilasuit committed Jul 13, 2019
1 parent 7bf4136 commit 20926aa
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions RFCNNNN-New-RFC-Template.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Version: <Major>.<Minor>
Area: <Area within the PowerShell language>
Comments Due: <Date for submitting comments to current draft (minimum 1 month)>
Plan to implement: <Yes | No>
Require Support to implement: <Yes | No>
---

# Title
Expand All @@ -24,15 +25,10 @@ Description and rationale.
Example of user experience with example code/script.
Include example of input and output.

```powershell
Get-Example
```

```output
Hello World
```

## Specification

## Alternate Proposals and Considerations

## Supporting Adoption

## Support required to Implement

0 comments on commit 20926aa

Please sign in to comment.