From f3bc3b0fddaf4c8377d4fcc9436efe6ea50d1468 Mon Sep 17 00:00:00 2001 From: Jeff Lowdermilk Date: Fri, 15 Jan 2016 10:55:24 -0800 Subject: Add workflow diagram to pull request doc --- pr_workflow.dia | Bin 0 -> 1987 bytes pr_workflow.png | Bin 0 -> 27835 bytes pull-requests.md | 7 +++++-- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 pr_workflow.dia create mode 100644 pr_workflow.png diff --git a/pr_workflow.dia b/pr_workflow.dia new file mode 100644 index 00000000..d520c21d Binary files /dev/null and b/pr_workflow.dia differ diff --git a/pr_workflow.png b/pr_workflow.png new file mode 100644 index 00000000..dc95a366 Binary files /dev/null and b/pr_workflow.png differ diff --git a/pull-requests.md b/pull-requests.md index eaffce23..b0fb7385 100644 --- a/pull-requests.md +++ b/pull-requests.md @@ -34,8 +34,7 @@ Documentation for other releases can be found at Pull Request Process ==================== -An overview of how we will manage old or out-of-date pull requests. - +An overview of how we will manage old or out-of-date pull requests.k Process ------- @@ -51,6 +50,10 @@ We want to limit the total number of PRs in flight to: Life of a Pull Request ---------------------- +### Visual overview + +![PR workflow](pr_workflow.png) + Unless in the last few weeks of a milestone when we need to reduce churn and stabilize, we aim to be always accepting pull requests. Either the [on call](https://github.com/kubernetes/kubernetes/wiki/Kubernetes-on-call-rotations) manually or the [github "munger"](https://github.com/kubernetes/contrib/tree/master/mungegithub) submit-queue plugin automatically will manage merging PRs. -- cgit v1.2.3