From 143abca7eba73f32489cb2a5a428233e454be0ac Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Tue, 19 Mar 2024 11:28:01 +0000 Subject: [PATCH 1/3] Mention issue wrangler role --- content/en/docs/contribute/participate/pr-wranglers.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/en/docs/contribute/participate/pr-wranglers.md b/content/en/docs/contribute/participate/pr-wranglers.md index 759dadb566..8f23f9b755 100644 --- a/content/en/docs/contribute/participate/pr-wranglers.md +++ b/content/en/docs/contribute/participate/pr-wranglers.md @@ -19,9 +19,6 @@ see [Reviewing changes](/docs/contribute/review/). Each day in a week-long shift as PR Wrangler: -- Triage and tag incoming issues daily. See - [Triage and categorize issues](/docs/contribute/review/for-approvers/#triage-and-categorize-issues) - for guidelines on how SIG Docs uses metadata. - Review [open pull requests](https://github.com/kubernetes/website/pulls) for quality and adherence to the [Style](/docs/contribute/style/style-guide/) and [Content](/docs/contribute/style/content-guide/) guides. @@ -44,6 +41,10 @@ Each day in a week-long shift as PR Wrangler: issues as [good first issues](https://kubernetes.dev/docs/guide/help-wanted/#good-first-issue). - Using style fixups as good first issues is a good way to ensure a supply of easier tasks to help onboard new contributors. +- Support the [issue wrangler]()/docs/contribute/participate/issue-wrangler/) to + triage and tag incoming issues daily. + See [Triage and categorize issues](/docs/contribute/review/for-approvers/#triage-and-categorize-issues) + for guidelines on how SIG Docs uses metadata. {{< note >}} PR wrangler duties do not apply to localization PRs (non-English PRs). From 4e2f50e4c92ca12e26848b80946b6640a5d3316a Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Tue, 19 Mar 2024 11:29:24 +0000 Subject: [PATCH 2/3] PR wrangling includes the reference docs generator --- content/en/docs/contribute/participate/pr-wranglers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/contribute/participate/pr-wranglers.md b/content/en/docs/contribute/participate/pr-wranglers.md index 8f23f9b755..0d5961b770 100644 --- a/content/en/docs/contribute/participate/pr-wranglers.md +++ b/content/en/docs/contribute/participate/pr-wranglers.md @@ -41,6 +41,7 @@ Each day in a week-long shift as PR Wrangler: issues as [good first issues](https://kubernetes.dev/docs/guide/help-wanted/#good-first-issue). - Using style fixups as good first issues is a good way to ensure a supply of easier tasks to help onboard new contributors. +- Also check for pull requests against the [reference docs generator](https://github.com/kubernetes-sigs/reference-docs) code, and review those (or bring in help). - Support the [issue wrangler]()/docs/contribute/participate/issue-wrangler/) to triage and tag incoming issues daily. See [Triage and categorize issues](/docs/contribute/review/for-approvers/#triage-and-categorize-issues) From 2f55942c7e3fd2f2c4fc7494fca0d78ed4b9d8dd Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Tue, 19 Mar 2024 13:03:57 +0000 Subject: [PATCH 3/3] Fix Markdown Co-authored-by: Dipesh Rawat --- content/en/docs/contribute/participate/pr-wranglers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/contribute/participate/pr-wranglers.md b/content/en/docs/contribute/participate/pr-wranglers.md index 0d5961b770..ba3186c4fd 100644 --- a/content/en/docs/contribute/participate/pr-wranglers.md +++ b/content/en/docs/contribute/participate/pr-wranglers.md @@ -42,7 +42,7 @@ Each day in a week-long shift as PR Wrangler: - Using style fixups as good first issues is a good way to ensure a supply of easier tasks to help onboard new contributors. - Also check for pull requests against the [reference docs generator](https://github.com/kubernetes-sigs/reference-docs) code, and review those (or bring in help). -- Support the [issue wrangler]()/docs/contribute/participate/issue-wrangler/) to +- Support the [issue wrangler](/docs/contribute/participate/issue-wrangler/) to triage and tag incoming issues daily. See [Triage and categorize issues](/docs/contribute/review/for-approvers/#triage-and-categorize-issues) for guidelines on how SIG Docs uses metadata.