Idea: update rfc format #110
Description
The current proposal process and format is specified by https://github.com/beyondstorage/specs/blob/master/rfcs/17-proposal-process.md and https://github.com/beyondstorage/specs/blob/master/spec/2-proposal.md.
The metadata status
and updated_at
are required.
For status
, the transition draft
-> candidate
-> finished
is troublesome (have to start a PR to update status). In practice, this is not followed (There are 18 rfcs with status draft
. Actually, we implemented a proposal immediately after an RFC.
As an alternative, we can link an issue to track the implementation status.
For updated_at
, we often forgot to update this when a proposal was discussed for days. And I think maybe the date information is not important (or only give created_at
?
ref: Rust RFC https://github.com/rust-lang/rfcs
metadata
- Feature Name: (fill me in with a unique ident, `my_awesome_feature`)
- Start Date: (fill me in with today's date, YYYY-MM-DD)
- RFC PR: [rust-lang/rfcs#0000](https://github.com/rust-lang/rfcs/pull/0000)
- Rust Issue: [rust-lang/rust#0000](https://github.com/rust-lang/rust/issues/0000)