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
As use of the RFC Process grows and proposals to enhance and expand language features increases, I feel there is a need to make a minor amendment to the RFC Template to encourage RFC authors to think about the wider items outside of the RFC proposal including what others can focus on post RFC implementation that will help drive the successful education, use and adoption of these new features.
Therefore I propose that we make an amendment to the RFC template to include an additional small section where the author can outline what they think will aid the successful adoption of these new features within a newer version of the language (v7 / v8 / v9 etc) so that for those, like myself, that blog/present/stream etc can look for suggestions in areas which they can focus on for creating new content that can aid the adoption of these features. This would also help in identifying areas in the supporting tooling, for example PSScriptAnalyzer/PES, to potentially add new features that further help aid adoption. going forward.
I would also suggest to add an additional area where the RFC Author could showcase that with some support & guidance they would intent to implement as well as a section to detail any support they may require to help them be able to implement this.
This could look like the below
---RFC: RFC<four digit unique incrementing number assigned by Committee, this shall be left blank by the author>Author: <First Last>Status: <Draft | Experimental | Accepted | Rejected | Withdrawn | Final>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>Require Support to implement: <Yes | No>---# Title
Description and rationale.
## MotivationAs a <<user_profile>>,I can <<functionality>>,so that <<benefit>>.## User Experience
Example of user experience with example code/script.
Include example of input and output.
## Specification## Alternate Proposals and Considerations## Supporting Adoption## Support required to Implement
I'll submit a PR for this change if this seems ok to others?
The text was updated successfully, but these errors were encountered:
kilasuit
added a commit
to kilasuit/PowerShell-RFC
that referenced
this issue
Jul 13, 2019
As use of the RFC Process grows and proposals to enhance and expand language features increases, I feel there is a need to make a minor amendment to the RFC Template to encourage RFC authors to think about the wider items outside of the RFC proposal including what others can focus on post RFC implementation that will help drive the successful education, use and adoption of these new features.
Therefore I propose that we make an amendment to the RFC template to include an additional small section where the author can outline what they think will aid the successful adoption of these new features within a newer version of the language (v7 / v8 / v9 etc) so that for those, like myself, that blog/present/stream etc can look for suggestions in areas which they can focus on for creating new content that can aid the adoption of these features. This would also help in identifying areas in the supporting tooling, for example PSScriptAnalyzer/PES, to potentially add new features that further help aid adoption. going forward.
I would also suggest to add an additional area where the RFC Author could showcase that with some support & guidance they would intent to implement as well as a section to detail any support they may require to help them be able to implement this.
This could look like the below
I'll submit a PR for this change if this seems ok to others?
The text was updated successfully, but these errors were encountered: