PowerShell/PowerShell-RFC

[Question] If new RFCs in pull request should go into the 2-Drafts-Accepted folder, what is 1-Drafts for?

schuelermine opened this issue · 3 comments

According to https://github.com/PowerShell/powershell-rfc/blob/master/RFC0000-RFC-Process.md,
new RFC drafts should go in the Draft-Accepted folder. Am I misunderstanding something?

Looks like typo in docs /cc @joeyaiello

PRs are accepted/rejected during PR review, so in general most drafted RFCs skip the 1-Drafts folder. It has been used in the past for RFCs from the powershell team themselves that are authored directly in the repo, but in recent months (years?) they've also moved to doing PRs for their RFCs.

I don't think the 1-Drafts folder is used anymore.

Thanks, my PR has it in the Drafts-Accepted folder now