Skip to content

Commit

Permalink
Clarify review process
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmunoz committed Aug 18, 2023
1 parent 42a3dd5 commit d94675e
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,10 @@ follows:
use the final text to open the PR, adding you as a Co-author.
5. (Optional) If the submission will be mirrored in the main
Kubernetes site, a second PR will be opened by the editor, but on
the main repository, and after being approved in the
`contributor-site` one.
the main repository. The content of both should be the same, with
the applicable differences (e.g., file location, metadata). The
review process primarily happens in the `contributor-site` PR, with
all the changes then copied over to the `website` after approval.

For now, our official process is to use [SIG Docs'
system](/sig-docs/blog-subproject/README.md), with one change: instead
Expand Down Expand Up @@ -121,7 +123,10 @@ is done by adding `Co-authored-by: original-author-name

The number of PRs depends on where the article will be published:

1. If it's solely for the Contributor site: the PR should be opened in the [contributor-site](https://github.com/kubernetes/contributor-site), after which the process ends.
1. If it's solely for the Contributor site: the PR should be opened in
the
[contributor-site](https://github.com/kubernetes/contributor-site),
after which the process ends.
2. If it's to be mirrored in the main Kubernetes blog: after the
previous step, a new PR is opened on
[kubernetes/website](https://github.com/kubernetes/website),
Expand Down

0 comments on commit d94675e

Please sign in to comment.