diff options
| author | tariqibrahim <tariq181290@gmail.com> | 2020-02-02 22:33:19 -0800 |
|---|---|---|
| committer | Tariq Ibrahim <tariq181290@gmail.com> | 2020-02-03 13:59:41 -0800 |
| commit | c4019762969738fb2fc22775959753ef3da4fa07 (patch) | |
| tree | 1fdc392abc124c0377a1132866ffec51374567f0 /events | |
| parent | 8569516ae4840cfbaf9e604aa19f14f504d2e2bc (diff) | |
[docs]ncw playbook: minor improvements
address review comments
Diffstat (limited to 'events')
8 files changed, 14 insertions, 14 deletions
diff --git a/events/events-team/content/new-contributor-workshops/build-and-test.md b/events/events-team/content/new-contributor-workshops/build-and-test.md index 70048440..147d91a3 100644 --- a/events/events-team/content/new-contributor-workshops/build-and-test.md +++ b/events/events-team/content/new-contributor-workshops/build-and-test.md @@ -22,6 +22,6 @@ Clear command line instructions. ### Ideas -- Do a fun thing with the go client and a kind cluster -- Build and modify kubectl +- Do a fun thing with the Kubernetes [go client](https://git.k8s.io/client-go) and a [kind](https://sigs.k8s.io/kind) cluster. +- Build and modify `kubectl`. - Try a `make` command; be aware you may need to give docker a lot of space on your machine for a successful build. diff --git a/events/events-team/content/new-contributor-workshops/community-groups.md b/events/events-team/content/new-contributor-workshops/community-groups.md index cd6489a7..01a8c80c 100644 --- a/events/events-team/content/new-contributor-workshops/community-groups.md +++ b/events/events-team/content/new-contributor-workshops/community-groups.md @@ -10,7 +10,7 @@ Introduce SIGs, Working Groups, and a tiny bit of governance (if you must). ### Slides -Refer to previous workshops for inspirations +Refer to previous workshops for inspirations. ### Details To Cover diff --git a/events/events-team/content/new-contributor-workshops/how-we-communicate.md b/events/events-team/content/new-contributor-workshops/how-we-communicate.md index 72896459..777929e2 100644 --- a/events/events-team/content/new-contributor-workshops/how-we-communicate.md +++ b/events/events-team/content/new-contributor-workshops/how-we-communicate.md @@ -10,11 +10,11 @@ Show how we communicate in the community, and which tools are for what purpose. ### Slides -Refer to previous workshops for inspirations +Refer to previous workshops for inspirations. ### Details To Cover -- Code of Conduct +- [Code of Conduct](https://git.k8s.io/community/code-of-conduct.md) (CoC) - Where We Talk: - Slack - Discuss diff --git a/events/events-team/content/new-contributor-workshops/labels-and-bots.md b/events/events-team/content/new-contributor-workshops/labels-and-bots.md index 3137ef2d..0e191f03 100644 --- a/events/events-team/content/new-contributor-workshops/labels-and-bots.md +++ b/events/events-team/content/new-contributor-workshops/labels-and-bots.md @@ -11,7 +11,7 @@ This task is meant as a short overview for Intermediate content. ### Slides -The [PR workflow diagram](git.k8s.io/community/contributors/guide/git_workflow.png) is useful here. There are also previous slides that explain the differnet labels. +The [PR workflow diagram](https://git.k8s.io/community/blob/master/contributors/guide/git_workflow.png) is useful here. There are also previous slides that explain the differnet labels. ### Details To Cover @@ -22,4 +22,4 @@ The [PR workflow diagram](git.k8s.io/community/contributors/guide/git_workflow.p ### Ideas -- Play with bots in the [contributor playground](https://github.com/kubernetes-sigs/contributor-playground) +- Play with bots in the [contributor playground](https://sigs.k8s.io/contributor-playground) diff --git a/events/events-team/content/new-contributor-workshops/live-pr-demo.md b/events/events-team/content/new-contributor-workshops/live-pr-demo.md index d03e77a8..27b6c97e 100644 --- a/events/events-team/content/new-contributor-workshops/live-pr-demo.md +++ b/events/events-team/content/new-contributor-workshops/live-pr-demo.md @@ -6,7 +6,7 @@ Plan for about 30 minutes ### Task Overview -Demonstrate opening a pull request against k/k. There are some docs cleanup good-first-issues, but feel free to show off something you've been working on for a while. +Demonstrate opening a pull request against the [Kubernetes/Kubernetes](https://git.k8s.io/kubernetes) (k/k) repository. There are some docs cleanup good-first-issues, but feel free to show off something you've been working on for a while. ### Slides diff --git a/events/events-team/content/new-contributor-workshops/new-contributor-workshop-lead.md b/events/events-team/content/new-contributor-workshops/new-contributor-workshop-lead.md index 4df1c106..21e1ca03 100644 --- a/events/events-team/content/new-contributor-workshops/new-contributor-workshop-lead.md +++ b/events/events-team/content/new-contributor-workshops/new-contributor-workshop-lead.md @@ -13,7 +13,7 @@ As this role is part of a subproject of SIG-contributor-experience, the New Cont ## Activities *These tasks reflect a rough timeline leading from the end of the previous Contributor Summit to the currently planned one.* -- Attend event planning meetings in preparation for the Contributor Summit, where applicable +- Attend event planning meetings in preparation for the Contributor Summit, where applicable. - Create a Workshop Content Proposal and link in an Issue to k/community: - determine sessions and their overall topic (e.g. How We Communicate, Code Base Walkthrough, etc) - determine what difficulty/experience levels will be offered, if any, and coordinate with Lead @@ -31,8 +31,8 @@ Shadows and co-presenters are expected to assist and review these updates. - ensure attendees meet technical and experience requirements for their course - obtain a comprehensive list of names, emails, and GitHub handles - Coordinate with the [SIG Meet and Greet organizer](/events/events-team/content/sig-contrib-events.md#sig-meet-and-greet) (may be a different role to be determined by core team) -- Ensure to advertise the SIG-Intros -- Solicit feedback from workshop participants +- Ensure to advertise the SIG-Intros. +- Solicit feedback from workshop participants. ## Time Commitment diff --git a/events/events-team/content/new-contributor-workshops/playground-exercise.md b/events/events-team/content/new-contributor-workshops/playground-exercise.md index b0d4e9c8..6aca9178 100644 --- a/events/events-team/content/new-contributor-workshops/playground-exercise.md +++ b/events/events-team/content/new-contributor-workshops/playground-exercise.md @@ -10,8 +10,8 @@ Give new contributors the experience of the Kubernetes GitHub workflow! This task requires some setup and planning. Create a New Contributor Workshop folder specific to this event, with teachers' and participants' GitHub handles in the OWNERS file. -[Here is an example](sigs.k8s.io/contributor-playground/seattle). Make sure to obtain participants' GitHub handles from the event registrar in advance. -Issue and PR exercise ideas can be found in sigs.k8s.io/contributor-playground/exercises. +[Here is an example](https://sigs.k8s.io/contributor-playground/seattle). Make sure to obtain participants' GitHub handles from the event registrar in advance. +Issue and PR exercise ideas can be found [here](https://sigs.k8s.io/contributor-playground/exercises). ### Slides diff --git a/events/events-team/content/new-contributor-workshops/workspace-setup.md b/events/events-team/content/new-contributor-workshops/workspace-setup.md index b21ba6a7..19dbef29 100644 --- a/events/events-team/content/new-contributor-workshops/workspace-setup.md +++ b/events/events-team/content/new-contributor-workshops/workspace-setup.md @@ -12,7 +12,7 @@ Make sure all Beginning Contributors have a workspace setup for hacking on Kuber ### Slides -Clear and large download commands to copy into terminal +Clear and large download commands to copy into the terminal. ### Details To Cover |
