This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm-rfcs.git


The following commit(s) were added to refs/heads/main by this push:
     new 5320c63  Update RFC numbering guidance to use PR number (#17)
5320c63 is described below

commit 5320c6327e7f45d02dafdd4e7f7465e6238333a4
Author: Andrew Reusch <[email protected]>
AuthorDate: Mon Aug 9 06:07:05 2021 -0700

    Update RFC numbering guidance to use PR number (#17)
---
 README.md | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 828769d..b8ffe4a 100644
--- a/README.md
+++ b/README.md
@@ -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

Reply via email to