diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-01-24 11:04:32 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-24 11:04:32 -0800 |
| commit | f73383caa9cd8cef9a7aa5d18cf4106ad70de847 (patch) | |
| tree | 68e5fb6f7002731fa55516f52eeca2e8bd44f789 | |
| parent | 483f393f74c33ede93509cf1ada5bc60617ad435 (diff) | |
| parent | 8275fb558b5dc1b7cd76904168090885af4d4893 (diff) | |
Merge pull request #1654 from parispittman/patch-25
create meet-our-contributors.md
| -rw-r--r-- | mentoring/meet-our-contributors.md | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/mentoring/meet-our-contributors.md b/mentoring/meet-our-contributors.md new file mode 100644 index 00000000..65576a06 --- /dev/null +++ b/mentoring/meet-our-contributors.md @@ -0,0 +1,39 @@ +# Meet Our Contributors - Ask Us Anything! +*This doc is a work in progress* + +When Slack seems like it’s going too fast, and you just need a quick answer from a human... + +Meet Our Contributors gives you a monthly one-hour opportunity to ask questions about our upstream community, watch interviews with our contributors, and participate in peer code reviews. + +## When: +Every first Wednesday of the month at the following times - +* 03:30pm UTC [calendar link](https://calendar.google.com/event?action=TEMPLATE&tmeid=MGw2OHM5bGRranJwZjI3OHN1MTk2Y2pjYjggcGFyaXNwaXR0bWFuQGdvb2dsZS5jb20&tmsrc=parispittman%40google.com) +* 09:00pm UTC [calendar link](https://calendar.google.com/event?action=TEMPLATE&tmeid=N3M4dnZ0dGZwYTZzdXBuM3FndHRybGY0MTlfMjAxODAyMDdUMjEwMDAwWiBwYXJpc3BpdHRtYW5AZ29vZ2xlLmNvbQ&tmsrc=parispittman%40google.com&scp=ALL) + +Tune into the [Kubernetes YouTube Channel](https://www.youtube.com/c/KubernetesCommunity/live) to follow along with video and [#meet-our-contributors](https://kubernetes.slack.com/messages/meet-our-contributors) on Slack for questions and discourse. + +## What’s on-topic: +* How our contributors got started with k8s +* Advice for getting attention on your PR +* GitHub tooling and automation +* Your first commit +* kubernetes/community +* Testing + +## What’s off-topic: +* End-user questions (Check out [#office-hours](https://kubernetes.slack.com/messages/office-hours) on slack and details [here](/events/office-hours.md)) + +## Submitting a question: +* Day of on twitter - use the hashtag [#k8smoc](https://twitter.com/hashtag/k8smoc) after your question +* Slack - Ask your question in [#meet-our-contributors](https://kubernetes.slack.com/messages/meet-our-contributors) + +## Submitting a code snip / PR for peer code review: +* 24 hours beforehand to slack channel + +Questions will be on a first-come, first-served basis. First half will be dedicated to questions for contributors and the second half, we will pick a problem (in advance) for peer code review. Problems will be picked based on time commitment needed, skills of the reviewer, and if a large amount are submitted, need for the project. + + + + +### TODO +Update with link to google form (or some other submission method) for collecting peer code review problems |
