Skip to content

Commit

Permalink
Fix typo in RFC process (#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
Katrina Rogan authored Sep 14, 2021
1 parent 981bd9a commit d62f78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RFCs must be introduced as a `.md` (Markdown-format) file in a PR into the flyte
* Copy `rfc/0000-template.md` to `rfc/<category>/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 issue number of the PR to update your 0000- prefix to that number.
* 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

Expand Down

0 comments on commit d62f78f

Please sign in to comment.