Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 2.96 KB

issues.md

File metadata and controls

55 lines (41 loc) · 2.96 KB

WARNING WARNING WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree

If you are using a released version of Kubernetes, you should refer to the docs that go with that version.

The latest release of this document can be found [here](http://releases.k8s.io/release-1.1/docs/devel/issues.md).

Documentation for other releases can be found at releases.k8s.io.

GitHub Issues for the Kubernetes Project

A quick overview of how we will review and prioritize incoming issues at https://github.com/kubernetes/kubernetes/issues

Priorities

We use GitHub issue labels for prioritization. The absence of a priority label means the bug has not been reviewed and prioritized yet.

We try to apply these priority labels consistently across the entire project, but if you notice an issue that you believe to be misprioritized, please do let us know and we will evaluate your counter-proposal.\

  • priority/P0: Must be actively worked on as someone's top priority right now. Stuff is burning. If it's not being actively worked on, someone is expected to drop what they're doing immediately to work on it. TL's of teams are responsible for making sure that all P0's in their area are being actively worked on. Examples include user-visible bugs in core features, broken builds or tests and critical security issues.
  • priority/P1: Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
  • priority/P2: There appears to be general agreement that this would be good to have, but we don't have anyone available to work on it right now or in the immediate future. Community contributions would be most welcome in the mean time (although it might take a while to get them reviewed if reviewers are fully occupied with higher priority issues, for example immediately before a release).
  • priority/P3: Possibly useful, but not yet enough support to actually get it done. These are mostly place-holders for potentially good ideas, so that they don't get completely forgotten, and can be referenced/deduped every time they come up.

Analytics