add PR runthrough playbook
This commit is contained in:
parent
a20cffe352
commit
2a49435961
|
|
@ -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.
|
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. Welcome
|
||||||
1. Live PR Demo
|
1. [Live PR Demo](./live-pr-demo.md)
|
||||||
1. Paths to Contributorship
|
1. Paths to Contributorship
|
||||||
1. Communication in the Kubernetes Community
|
1. Communication in the Kubernetes Community
|
||||||
1. Community Group and Governance Overview
|
1. Community Group and Governance Overview
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
Loading…
Reference in New Issue