Skip to content

Commit c6d8445

Browse files
authored
Merge pull request #845 from xiangpengzhao/fix-prmd
Remove incorrect contents in pull-requests.md
2 parents 5fd2e36 + 1ae8443 commit c6d8445

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

contributors/devel/pull-requests.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ This doc explains the process and best practices for submitting a PR to the [Kub
1313
* [Comment Commands Reference](#comment-commands-reference)
1414
* [Automation](#automation)
1515
* [How the e2e Tests Work](#how-the-e2e-tests-work)
16-
- [Why was my PR closed?](#why-was-my-pr-closed-)
17-
- [Why is my PR not getting reviewed?](#why-is-my-pr-not-getting-reviewed-)
16+
- [Why was my PR closed?](#why-was-my-pr-closed)
17+
- [Why is my PR not getting reviewed?](#why-is-my-pr-not-getting-reviewed)
1818
- [Best Practices for Faster Reviews](#best-practices-for-faster-reviews)
1919
* [0. Familiarize yourself with project conventions](#0-familiarize-yourself-with-project-conventions)
2020
* [1. Is the feature wanted? Make a Design Doc or Sketch PR](#1-is-the-feature-wanted--make-a-design-doc-or-sketch-pr)
@@ -158,8 +158,6 @@ The end-to-end tests will post the status results to the PR. If an e2e test fail
158158
159159
# Why was my PR closed?
160160

161-
Pull requests that are purely support questions will be closed and redirected to [Stack Overflow](http://stackoverflow.com/questions/tagged/kubernetes). The Kubernetes developer community does this to consolidate questions into a single channel, improve efficiency in responding to requests, and make FAQs easier to find.
162-
163161
Pull requests older than 90 days will be closed. 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:
164162
* Maintain a clean project
165163
* Remove old PRs that would be difficult to rebase as the underlying code has changed over time

0 commit comments

Comments
 (0)