Skip to content

Commit

Permalink
Update RFC numbering guidance to use PR number (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
areusch authored Aug 9, 2021
1 parent a346e28 commit 5320c63
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,13 @@ the RFC process:
- A committer of the corresponding area will approve and merge the RFC.
Normally the corresponding committer will become the shepherd of the
implementation PRs.
- RFCs are numbered consecutively based on their order of proposal,
regardless of if they are accepted or postponed.
- Legacy RFCs will be numbered consecutively, prefixed with the letter
`L` to indicate it is a legacy RFC. For example, `L0001`.
- RFCs are numbered according to the PR number assigned by GitHub in the
`tvm-rfcs` repository. To allocate a new RFC number, open a PR against
`tvm-rfcs` (initially, you might need to use a dummy number in the filename
for the RFC content; this can be updated after the RFC PR is created).
- Legacy RFCs are those RFCs which were accepted prior to forming the tvm-rfcs
repo. These will be numbered consecutively, prefixed with the letter `L` to
indicate it is a legacy RFC. For example, `L0001`.
- A successful RFC will include an overview with the problem the RFC is
attempting to address, a proposed solution that describes the design and
implementation strategy, and a timeline for completion. Optional sections can
Expand Down

0 comments on commit 5320c63

Please sign in to comment.