diff options
| author | guineveresaenger <guineveresaenger@github.com> | 2019-11-22 19:37:09 -0800 |
|---|---|---|
| committer | guineveresaenger <guineveresaenger@github.com> | 2019-11-22 19:42:40 -0800 |
| commit | 2a49435961fb2b62e9a55a50e37cd4fac20c3fd1 (patch) | |
| tree | 143c9a170a5461d8a4ea51e96dff66c1b1203695 | |
| parent | a20cffe35285366a4adca653638c2cbf2de24f5f (diff) | |
add PR runthrough playbook
| -rw-r--r-- | events/events-team/content/new-contributor-workshops/README.md | 2 | ||||
| -rw-r--r-- | events/events-team/content/new-contributor-workshops/live-pr-demo.md | 24 |
2 files changed, 25 insertions, 1 deletions
diff --git a/events/events-team/content/new-contributor-workshops/README.md b/events/events-team/content/new-contributor-workshops/README.md index d96dc72e..483fbfc9 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 00000000..d03e77a8 --- /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 |
