Accepting proposals as drafts
rgbkrk opened this issue · 6 comments
Rather than go back and forth in a PR to accept a proposal, how about we accept a PR and call it a draft
state. When we've accepted it, we make a PR to update the status. If it's deprecated, not implemented, etc. we make another PR to address that.
Fine with me.
I'll update the wording of the guidelines to reflect this later today.
Cool. I'm thinking similar to how https://github.com/tc39/ecma262 works, though they call them stages. Taking parallels to other projects, zeromq uses:
draft
: Has at least one implementationstable
: Deployed to real userslegacy
: Being replaced by newer specsretired
: Replaced, no longer useddeleted
: Abandoned before becoming stable
Some proposals end up as PRs to individual repos (e.g. jupyter/notebook, jupyter/nbformat) while others may end up as wholly new projects. I'm not sure what this means for how we phrase these.
Maybe move this process discussion over to the governance repo?
Like the direction though...
Extremely related. Since that's a newer discussion with the same folks, I'll close this one.