Skip to content

Commit

Permalink
Update some contributor page
Browse files Browse the repository at this point in the history
  • Loading branch information
Sea-n committed Sep 20, 2022
1 parent baf378e commit 36899cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/contribute/new-content/blogs-case-studies.md
Expand Up @@ -85,8 +85,8 @@ To submit a blog post, follow these steps:
- If you are looking for greater coordination on post release dates, coordinating with
[CNCF marketing](https://www.cncf.io/about/contact/) is a more appropriate choice than submitting a blog post.
- Sometimes reviews can get backed up. If you feel your review isn't getting the attention it needs,
you can reach out to the blog team via [this slack channel](https://kubernetes.slack.com/messages/sig-docs-blog/)
to ask in real time.
you can reach out to the blog team on the [`#sig-docs-blog` Slack channel](https://kubernetes.slack.com/messages/sig-docs-blog/)
to ask in real time.

- Blog posts should be relevant to Kubernetes users.

Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/contribute/new-content/new-features.md
Expand Up @@ -32,7 +32,7 @@ After you've chosen a feature to document or assist, ask about it in the `#sig-d
Slack channel, in a weekly SIG Docs meeting, or directly on the PR filed by the
feature SIG. If you're given the go-ahead, you can edit into the PR using one of
the techniques described in
[Commit into another person's PR](/docs/contribute/review/for-approvers/#commit-into-another-persons-pr).
[Commit into another person's PR](/docs/contribute/review/for-approvers/#commit-into-another-person-s-pr).

### Find out about upcoming features

Expand Down Expand Up @@ -117,7 +117,7 @@ When ready, populate your placeholder PR with feature documentation and change
the state of the PR from draft to **ready for review**. To mark a pull request
as ready for review, navigate to the merge box and click **Ready for review**.

Do your best to describe your feature and how to use it. If you need help structuring your documentation, ask in the `#sig-docs` slack channel.
Do your best to describe your feature and how to use it. If you need help structuring your documentation, ask in the `#sig-docs` Slack channel.

When you complete your content, the documentation person assigned to your feature reviews it.
To ensure technical accuracy, the content may also require a technical review from corresponding SIG(s).
Expand Down
8 changes: 4 additions & 4 deletions content/en/docs/contribute/review/for-approvers.md
Expand Up @@ -81,14 +81,14 @@ Prow Command | Role Restrictions | Description
:------------|:------------------|:-----------
`/lgtm` | Organization members | Signals that you've finished reviewing a PR and are satisfied with the changes.
`/approve` | Approvers | Approves a PR for merging.
`/assign` | Reviewers or Approvers | Assigns a person to review or approve a PR
`/close` | Reviewers or Approvers | Closes an issue or PR.
`/assign` | Anyone | Assigns a person to review or approve a PR
`/close` | Organization members | Closes an issue or PR.
`/hold` | Anyone | Adds the `do-not-merge/hold` label, indicating the PR cannot be automatically merged.
`/hold cancel` | Anyone | Removes the `do-not-merge/hold` label.
{{< /table >}}

See [the Prow command reference](https://prow.k8s.io/command-help) to see the full list
of commands you can use in a PR.
To view the commands that you can use in a PR, see the
[Prow Command Reference](https://prow.k8s.io/command-help?repo=kubernetes%2Fwebsite).

## Triage and categorize issues

Expand Down

0 comments on commit 36899cd

Please sign in to comment.