Skip to content

Commit

Permalink
Merge pull request kubernetes#845 from xiangpengzhao/fix-prmd
Browse files Browse the repository at this point in the history
Remove incorrect contents in pull-requests.md
  • Loading branch information
grodrigues3 authored Jul 25, 2017
2 parents 5fd2e36 + 1ae8443 commit c6d8445
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions contributors/devel/pull-requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ This doc explains the process and best practices for submitting a PR to the [Kub
* [Comment Commands Reference](#comment-commands-reference)
* [Automation](#automation)
* [How the e2e Tests Work](#how-the-e2e-tests-work)
- [Why was my PR closed?](#why-was-my-pr-closed-)
- [Why is my PR not getting reviewed?](#why-is-my-pr-not-getting-reviewed-)
- [Why was my PR closed?](#why-was-my-pr-closed)
- [Why is my PR not getting reviewed?](#why-is-my-pr-not-getting-reviewed)
- [Best Practices for Faster Reviews](#best-practices-for-faster-reviews)
* [0. Familiarize yourself with project conventions](#0-familiarize-yourself-with-project-conventions)
* [1. Is the feature wanted? Make a Design Doc or Sketch PR](#1-is-the-feature-wanted--make-a-design-doc-or-sketch-pr)
Expand Down Expand Up @@ -158,8 +158,6 @@ The end-to-end tests will post the status results to the PR. If an e2e test fail
# Why was my PR closed?

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.

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:
* Maintain a clean project
* Remove old PRs that would be difficult to rebase as the underlying code has changed over time
Expand Down

0 comments on commit c6d8445

Please sign in to comment.