diff --git a/events/events-team/content/new-contributor-workshops/README.md b/events/events-team/content/new-contributor-workshops/README.md index d96dc72e2..483fbfc9e 100644 --- a/events/events-team/content/new-contributor-workshops/README.md +++ b/events/events-team/content/new-contributor-workshops/README.md @@ -28,7 +28,7 @@ This workshop is meant for folks who have never contributed to opensource before This workshop differs from the Beginner workshop in that participants are expected to have a working Docker/Kubernetes/Go setup. They have a baisc understanding of how opensource contributions work, and may have opened a PR against Kubernetes before. 1. Welcome -1. Live PR Demo +1. [Live PR Demo](./live-pr-demo.md) 1. Paths to Contributorship 1. Communication in the Kubernetes Community 1. Community Group and Governance Overview 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 new file mode 100644 index 000000000..d03e77a83 --- /dev/null +++ b/events/events-team/content/new-contributor-workshops/live-pr-demo.md @@ -0,0 +1,24 @@ +## Live PR Demo + +### Duration + +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. + +### Slides + +None; this is a live demo. + +### Details To Cover + +- Make sure to prepare code in advance but only commit locally +- Show the k/k pull request workflow +- Show the PR templates and fill them out, explaining why +- Interact with the bot and briefly mention labels/OWNERS files +- Leave room for questions, but be aware that the workflow will be covered in depth later. + +### Ideas +- ask the audience or a pre-planned reviewer for code review, showing more of the k/k automation