Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion RFCNNNN-New-RFC-Template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,18 @@ SupercededBy: <link to another RFC>
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>
Plan to implement: <Yes | Yes but with help | No>
# Helpers is only required if 'Plan to implement' is 'Yes but with help' and can contain either direct links to an individual or to a well known team like the Cmdlets working group or a project like PSResourceGet. This allows for both the "I wanna do this alone" as well as "I wanna do this with others" ways of working, whilst enabling opportunities to be able to work closer with others either as part of the PowerShell Team or from the Community.
Helpers:
# Helpers can be either individual accounts, a well known team like the working groups, an organisation or all of a project's repository maintainers
- kilasuit
- SteveL-MSFT
- CmdletsWG # This is the common name not the team name that can be mentioned in the PowerShell Org in GitHub by those that are allowed to. It will be up to the working group to determine what level & kind of help they can provide.
- Re-Initialise # all members of this organisation
- DSCCommunity # all members of this organisation
- PowerShell/PSResourceGet # all maintainers of this repository, which may also include external collaborators that have submitted PRs that were merged.
# Helpers doesn't mean that each individual will be tasked to help with this RFC as they will have their own workloads to manage and balance.
# Therefore this is a request to those indivuals or orgs for where they may be able to help with this RFC
---

# Title
Expand Down Expand Up @@ -36,3 +47,5 @@ Hello World

## Alternate Proposals and Considerations

## Required Help
This section is only required if 'Plan to implement' is 'Yes but with help' and should detail what help the RFC Author is looking for to ensure that the implementation required from this RFC is at an acceptable level for it to be accepted into the project.