Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the guideline of RFC tracking issues #13

Merged
merged 3 commits into from
Aug 3, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,10 @@ the RFC process:
- The formal RFC may link back to the original discussion if there is
additional context or discussion, but all of the final feature design
must be completely described in the pull request.
- **Tracking Issue**: Upon merging a RFC, a tracking issue will be created in
the main TVM repository, where implementors can continue sharing
- **Tracking Issue**: When the RFC review is nearly done and about to merge,
a tracking issue will be created in the main TVM repository with the
comaniac marked this conversation as resolved.
Show resolved Hide resolved
title "[RFC][Tracking][<RFC-no.>] <RFC-title>" and *rfc-tracking* label
(added by a committer), where implementors can continue sharing
implementation details (including links to pull requests). The issue will be
closed when the RFC is either completed or postponed.
- **Implementation**: Work will begin on the RFC, with pull requests linking
Expand Down