From 42a24678efe301e837e8f643f0b45c857b63f621 Mon Sep 17 00:00:00 2001 From: David Espejo <82604841+davidmirror-ops@users.noreply.github.com> Date: Wed, 29 Mar 2023 11:04:57 -0500 Subject: [PATCH] Update RFC process (#3460) * Update RFC process Signed-off-by: David Espejo * Expand details on RFC incubator Signed-off-by: David Espejo * Update rfc/README.md Co-authored-by: Fabio M. Graetz, Ph.D. Signed-off-by: David Espejo <82604841+davidmirror-ops@users.noreply.github.com> * Update rfc/README.md Co-authored-by: Fabio M. Graetz, Ph.D. Signed-off-by: David Espejo <82604841+davidmirror-ops@users.noreply.github.com> * Remove unused file and fix minor grammar Signed-off-by: David Espejo --------- Signed-off-by: David Espejo Signed-off-by: David Espejo <82604841+davidmirror-ops@users.noreply.github.com> Co-authored-by: Fabio M. Graetz, Ph.D. --- rfc/README.md | 143 +++++++++++---------------------- rfc/RFC-Process-diagram-v2.png | Bin 0 -> 20615 bytes 2 files changed, 49 insertions(+), 94 deletions(-) create mode 100644 rfc/RFC-Process-diagram-v2.png diff --git a/rfc/README.md b/rfc/README.md index 4b7da3da3d..7a9d8f9529 100644 --- a/rfc/README.md +++ b/rfc/README.md @@ -1,22 +1,19 @@ # RFC Process -[![hackmd-github-sync-badge](https://hackmd.io/0F2E71vhTk-zPE5qAmBFZA/badge)](https://hackmd.io/0F2E71vhTk-zPE5qAmBFZA) +>*"To think, you have to write. If you're thinking without writing, you only think you're thinking"*. Leslie Lamport -An RFC - Request For Comments - is a document issued mainly to recommend new features to the language and standard libraries. It provides the opportunity for all stakeholders to review and approve the changes before they are implemented. - -Not all changes will require an RFC. Bug fixes and documentation improvements can be carried out using GitHub pull requests (PRs). - -Other more extensive changes need to be carefully tracked and reviewed, which is where RFCs come in. +An RFC - Request For Comments - is a document issued mainly to recommend changes to the language and standard libraries. The RFC process aims to provide a consistent and controlled path for changes to enter the project, ensuring that all stakeholders can review and approve them before they are implemented. ## When you need to follow this process -[When you need to follow this process]: #when-you-need-to-follow-this-process - -Significant changes to the system or changes to the user experience would require an RFC. Examples of changes can be: +[When you need to follow this process]: #when-you-need-to-follow-this-process +You need to follow this process if you intend to make a significant change to the system or changes to the user experience. What constitutes a "significant" change is evolving based on community feedback, but may include the following: - Semantics or syntax changes, other than bugfixes (e.g. introducing a new Flytekit language feature) - - Core-Language updates (e.g. FlyteIdl changes that introuce new wire-format) + - Core-Language updates (e.g. FlyteIdl changes that introduce a new wire-format) - Documentation restructuring - - Service-2-Service changes (e.g. new gRPC APIs) + - Service-to-Service changes (e.g. new gRPC APIs) + - Breaking changes + - Governance changes Changes not requiring RFCs include: @@ -25,111 +22,67 @@ Changes not requiring RFCs include: - Updates to code samples, links, examples, etc. - Bug fixes that do not introduce changes listed above (use your judgement). -New feature implementation will almost certainly require an RFC. PRs attempting to do so will not be approved without a merged RFC. +**NOTE:** new feature implementation will almost certainly require an RFC; PRs attempting to do so will not be approved without a merged RFC. ## Before creating an RFC [Before creating an RFC]: #before-creating-an-rfc Some good practices when starting an RFC include: -- Gathering feedback from team or community members first, to confirm that the changes will indeed be useful. -- Discussing the topic on [Slack](http://slack.flyte.org/) or [GitHub Discussions](https://github.com/flyteorg/flyte/discussions/categories/) to gauge interest -- Making sure the changes align with short-term roadmaps (Brigning up the change in the Flyte Sync-Up meeting). -- Taking the time to produce a well-written, well-thought-of document. A suggested RFC template can be found [here](https://github.com/flyteorg/flyte/blob/RFC-Process/rfc/RFC-0000-Template.md). - -## The process -[![](https://mermaid.ink/img/eyJjb2RlIjoiZ3JhcGggVERcbiAgICBBW1N0YXJ0XSAtLT58V3JpdGUgUkZDfCBCKE9wZW4gYSBQUilcbiAgICBCIC0tPiBDe1BSIFJldmlld31cbiAgICBDIC0tPnxBcHByb3ZlZHwgRFtNZXJnZV1cbiAgICBDIC0tPnxGZWVkYmFja3wgQ1xuICAgIEMgLS0-fFJlamVjdGVkfCBGW1BSIENsb3NlZF0iLCJtZXJtYWlkIjp7InRoZW1lIjoiZGVmYXVsdCJ9LCJ1cGRhdGVFZGl0b3IiOmZhbHNlLCJhdXRvU3luYyI6dHJ1ZSwidXBkYXRlRGlhZ3JhbSI6ZmFsc2V9)](https://mermaid-js.github.io/mermaid-live-editor/edit##eyJjb2RlIjoiZ3JhcGggVERcbiAgICBBW1N0YXJ0XSAtLT58V3JpdGUgUkZDfCBCKE9wZW4gYSBQUilcbiAgICBCIC0tPiBDe1BSIFJldmlld31cbiAgICBDIC0tPnxBcHByb3ZlZHwgRFtNZXJnZV1cbiAgICBDIC0tPnxGZWVkYmFja3wgQ1xuICAgIEMgLS0-fFJlamVjdGVkfCBGW1BSIENsb3NlXSIsIm1lcm1haWQiOiJ7XG4gIFwidGhlbWVcIjogXCJkZWZhdWx0XCJcbn0iLCJ1cGRhdGVFZGl0b3IiOmZhbHNlLCJhdXRvU3luYyI6dHJ1ZSwidXBkYXRlRGlhZ3JhbSI6ZmFsc2V9) +- Gathering feedback from team or community members first, to confirm that the changes will indeed be useful +- Starting a Discussion at the [RFC Incubator](https://github.com/flyteorg/flyte/discussions/new?category=rfc-incubator) to gauge interest. Once you have received positive feedback, especially from Maintainers or Steering Committee members, please proceed to: + - Ask in the Discussion for confirmation to submit an RFC + - If there's no objection (silence is approval) then create an Issue from the Discussion ([see how](https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue#creating-an-issue-from-discussion)) + - Proceed to [open a PR](#opening-a-pull-request) +- Discussing the topic on the [#contribute](https://flyte-org.slack.com/archives/C04NJPLRWUX) Slack channel +- Adding the topic to the Contributor's [meeting agenda](https://hackmd.io/@davidmirror/rkqCpbK1n) to make sure it alligns with roadmap +- Taking the time to produce a well-written, well-thought-of document by using the template located [here](https://github.com/flyteorg/flyte/blob/RFC-Process/rfc/RFC-0000-Template.md). -### The bare-minimum +## Where to store RFCs -RFCs must be introduced as a `.md` (Markdown-format) file in a PR into the flyte repo. Details of the location to store them can be [found below](#Where-to-store-RFCs). +The Flyte repo on GitHub has an RFC folder with 3 directories: +- **Core language:** proposals to `FlyteIdl` that change the wire-format in any way are considered significant changes that require revision and approval. + + Reviewers: At least one of [Flyte maintainers](https://github.com/flyteorg/community/blob/main/MAINTAINERS.md) and one of [Technical Steering Committee](https://github.com/flyteorg/community/blob/main/MAINTAINERS.md). +- **General System:** Changes to other repos that introduce signficant change of behavior or user-impacting features. + + Reviewers: At least one of [Flyte maintainers](https://github.com/flyteorg/community/blob/main/MAINTAINERS.md) and one of [Technical Steering Committee](https://github.com/flyteorg/community/blob/main/MAINTAINERS.md). +- **CI-CD:** Significant changes to CI-CD System that have impact across different repositories. + + Reviewer: At least one of [Flyte maintainers](https://github.com/flyteorg/community/blob/main/MAINTAINERS.md). +## The process -### Opening a PullRequest +![](RFC-Process-diagram-v2.png) +### Opening a Pull Request * Fork the [flyte repository](https://github.com/flyteorg/flyte). -* Copy `rfc/RFC-0000-Template.md` to `rfc//0000-my-feature.md` (where "my-feature" is descriptive). Don't assign an RFC number yet; This is going to be the PR number and we'll rename the file accordingly if the RFC is accepted. +* Copy `rfc/RFC-0000-Template.md` to `rfc//0000-my-feature.md` (where "my-feature" is descriptive). Don't assign an RFC number yet; this is going to be the PR number and we'll rename the file accordingly if the RFC is accepted. * Fill in the RFC. Put care into the details. * Submit a pull request. As a pull request the RFC will receive design feedback from the larger community, and the author should be prepared to revise it in response. * Now that your RFC has an open pull request, use the pull request number (e.g. `123` from `https://github.com/flyteorg/flyte/pull/123`) to update your 0000- prefix to that number. -### The recommended path - -At Flyte, we have been using [HackMD](https://hackmd.io) to author RFCs, which is the preferred method. -RFCs may also be submitted directly to GitHub as a PR, or drafted as a Google Doc, which is reveiwed and then submitted as a PR. - -#### Why HackMD? - -It is recommended that the initial review of an RFC takes place on HackMD, before pushing to GitHub. Several benefits of this include: -- PR authors typically have a GitHub account, which is all that's needed to sign in to HackMD. -- Ease of commenting, iterating and adjusting on HackMD before pushing to GitHub, during the initial phase of issuing RFCs. -- Please note that: - - comments made on HackMD after pushing a PR will not be reflected - - changes made to the PR on GitHub will not be reflected back to HackMD - - comments in code do not show the actual parts highlighted and will duplicate themselves - - Visit https://hackmd.io/s/how-to-use-comments for more information on commenting. -- RFCs submitted directly on GitHub would need a PR issued for every subsequent change made, lengthening the review phase. -- Ease of document tracking, compared to Google docs, since RFCs will be stored in GitHub making the RFCs indexed, searchable and versioned. - -#### The HackMD process - -The Flyte repo on GitHub contains an RFC folder where RFCs are to be pushed to. - -For those new to HackMD, here is how to begin: -- Visit https://hackmd.io/ -- Click `Sign in` and use GitHub to login -- Click on `+ New Note` -- Fire away your RFC! -- Make sure the link to the hackmd document is included within the body of the document. - -Note: HackMD documents are written in Markdown. RFC templates can be found [here](https://github.com/flyteorg/flyte/blob/RFC-Process/rfc/RFC-0000-Template.md). - -After completing your RFC on HackMD, it is time to push to GitHub: -- On the top right, locate the ellipsis (...) next to your avatar -- Click on "Versions and GitHub Sync" -- On the top of the pop-out menu, select "Push to GitHub" -- A new pop-out menu will appear. Make the following selections: - | Option | Value | - | -------------------------- | -------------------------------------- | - | Select Repo: | `` | - | Select branch: | `` | - | Select file: | `rfcs//awesomefeature.md` | - | Choose version(s) to push: | Fill in a descriptive name and a self-link to the hackmd note. | -- Go ahead and Push to GitHub -- Please check DCO every time a commit is pushed on GitHub. - -## Where to store RFCs - -The Flyte repo on GitHub has an RFC folder with 3 directories: -- Core language: Changes to FlyteIdl that change the wire-format in any way are considered significant changes that require revision and approval. - - Reviewers: At least one of [flyte core maintainers](https://github.com/orgs/flyteorg/teams/flyte-core-maintainers) and one of [flyte maintainers](https://github.com/orgs/flyteorg/teams/flyte-maintainers/members). -- General System: Changes to other repos that introduce signficant change of behavior or user-impacting features. - - Reviewer: At least one of [flyte maintainers](https://github.com/orgs/flyteorg/teams/flyte-maintainers/members). -- CI-CD: Significant changes to CI-CD System that have impact across different repositories. - - Reviewer: At least one of [flyte maintainers](https://github.com/orgs/flyteorg/teams/flyte-maintainers/members). - -## Reviewing RFCs - -Once the RFC is created in a PR, reviewers can take up to 3 weeks to review, test, and either approve or recommend adjustments. They may call for meetings, demos, or other measures deemed necessary. +Once a pull request is opened, the RFC is now in development and the following will happen: -### Instructions for Reviewers +* It will be introduced in a future Contributor's meetup, happenning every other week, except othwerwise informed. +* The proposal will be discussed as much as possible in the RFC pull request directly. Any outside discussion will be summarized in the comment thread. +* When deemed "ready", a maintainer or TSC member will propose a "motion for Final Comment Period (FCP)" along with a disposition of the outcome (merge, close, or postpone). This step is taken when enough discussions of the tradeoffs have taken place and the community is in a position to make a decision. +* The proposal enters FCP unless there's any objection (lazy consensus). +* The Final Comment Period will last 7 days. If there's no objection, the FCP can close early. +* If no substantial new arguments or ideas are raised, the FCP will follow the outcome decided. +* The RFC author could also withdraw the proposal if they decide to accept a competing proposal as a better alternative or if they deem the original idea as not applicable anymore. -1. If you are set as a reviewer for a PR, you must submit a review within 3 weeks of the PR open date. -1. We are not looking for consensus-based decision making. Strong objections to proposals must be considered and a decision one way or another should be taken. -1. Being curtious and responsive to comments and responses help contributors stay engaged and smoothen out the overall process. -1. If there is a link to HackMD in the PR, please use that to leave comments and have discussions on the RFC. If there isn't one, feel free to request one or submit your comments in the GitHub PR directly. +### Acceptance criteria -Once approved, the RFC will be pushed to GitHub to be implemented. +A proposal is considered Accepted when it has: +* Completed the FCP with no significant objections +* Received an approval vote from a supermajority (2/3) of the [Technical Steering Comittee](https://github.com/flyteorg/community/blob/main/MAINTAINERS.md)'s members -RFC PRs whose authors become unresponsive to reviewers' comments within 5 business days will be closed. ## Implementing RFCs RFCs for vital features may need to be implemented immediately, whereas other RFCs may need to wait for the right developer to be available. -The author of an RFC may not always be the one to implement it, but if they do, they are welcome to submit an implementation for review after the RFc has been accepted. +The author of an RFC may not always be the one to implement it, but if they do, they are welcome to submit an implementation for review after the RFC has been accepted. ## RFC Postponement @@ -147,5 +100,7 @@ Alternatively, if an RFC is not likely to be implemented, it should be labelled Any contribution to FlyteOrg repos will be licensed with [Apache-2.0](https://github.com/flyteorg/flyte/blob/master/LICENSE) license without any additional terms or conditions. -Adapted from: -[Rust RFCs - Active RFC List](https://github.com/rust-lang/rfcs/blob/master/README.md) +## Prior art +* [Rust RFC process](https://github.com/rust-lang/rfcs) +* [Python PEP process](https://peps.python.org/pep-0001/) +* [ASF community design](https://community.apache.org/committers/lazyConsensus.html) diff --git a/rfc/RFC-Process-diagram-v2.png b/rfc/RFC-Process-diagram-v2.png new file mode 100644 index 0000000000000000000000000000000000000000..676134f78eea77d60154c86b9fef44be8595516f GIT binary patch literal 20615 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 literal 0 HcmV?d00001