Skip to content

Commit 00f409a

Browse files
committed
Create pull-requests.md
1 parent 7d2dc1d commit 00f409a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/devel/pull-requests.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Pull Request Process
2+
====================
3+
4+
An overview of how we will manage old or out-of-date pull requests.
5+
6+
Process
7+
-------
8+
9+
We will close any pull requests older than two weeks.
10+
11+
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.
12+
13+
We want to limit the total number of PRs in flight to:
14+
* Maintain a clean project
15+
* Remove old PRs that would be difficult to rebase as the underlying code has changed over time
16+
* Encourage code velocity

0 commit comments

Comments
 (0)