Skip to content

Commit 9896796

Browse files
authored
Merge pull request #36899 from Sea-n/contributor-link
Update some contributor page
2 parents 00658d7 + 36899cd commit 9896796

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

content/en/docs/contribute/new-content/blogs-case-studies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ To submit a blog post, follow these steps:
8585
- If you are looking for greater coordination on post release dates, coordinating with
8686
[CNCF marketing](https://www.cncf.io/about/contact/) is a more appropriate choice than submitting a blog post.
8787
- Sometimes reviews can get backed up. If you feel your review isn't getting the attention it needs,
88-
you can reach out to the blog team via [this slack channel](https://kubernetes.slack.com/messages/sig-docs-blog/)
89-
to ask in real time.
88+
you can reach out to the blog team on the [`#sig-docs-blog` Slack channel](https://kubernetes.slack.com/messages/sig-docs-blog/)
89+
to ask in real time.
9090

9191
- Blog posts should be relevant to Kubernetes users.
9292

content/en/docs/contribute/new-content/new-features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ After you've chosen a feature to document or assist, ask about it in the `#sig-d
3232
Slack channel, in a weekly SIG Docs meeting, or directly on the PR filed by the
3333
feature SIG. If you're given the go-ahead, you can edit into the PR using one of
3434
the techniques described in
35-
[Commit into another person's PR](/docs/contribute/review/for-approvers/#commit-into-another-persons-pr).
35+
[Commit into another person's PR](/docs/contribute/review/for-approvers/#commit-into-another-person-s-pr).
3636

3737
### Find out about upcoming features
3838

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

120-
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.
120+
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.
121121

122122
When you complete your content, the documentation person assigned to your feature reviews it.
123123
To ensure technical accuracy, the content may also require a technical review from corresponding SIG(s).

content/en/docs/contribute/review/for-approvers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ Prow Command | Role Restrictions | Description
8181
:------------|:------------------|:-----------
8282
`/lgtm` | Organization members | Signals that you've finished reviewing a PR and are satisfied with the changes.
8383
`/approve` | Approvers | Approves a PR for merging.
84-
`/assign` | Reviewers or Approvers | Assigns a person to review or approve a PR
85-
`/close` | Reviewers or Approvers | Closes an issue or PR.
84+
`/assign` | Anyone | Assigns a person to review or approve a PR
85+
`/close` | Organization members | Closes an issue or PR.
8686
`/hold` | Anyone | Adds the `do-not-merge/hold` label, indicating the PR cannot be automatically merged.
8787
`/hold cancel` | Anyone | Removes the `do-not-merge/hold` label.
8888
{{< /table >}}
8989

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

9393
## Triage and categorize issues
9494

0 commit comments

Comments
 (0)