forked from kubernetes/kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d2dc1d
commit 00f409a
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Pull Request Process | ||
==================== | ||
|
||
An overview of how we will manage old or out-of-date pull requests. | ||
|
||
Process | ||
------- | ||
|
||
We will close any pull requests older than two weeks. | ||
|
||
Exceptions can be made for PRs that have active review comments, or that are awaiting other dependent PRs. Closed pull requests are easy to recreate, and little work is lost by closing a pull request that subsequently needs to be reopened. | ||
|
||
We want to limit the total number of PRs in flight to: | ||
* Maintain a clean project | ||
* Remove old PRs that would be difficult to rebase as the underlying code has changed over time | ||
* Encourage code velocity |