Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 2.22 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

36 lines (23 loc) · 2.22 KB

High Level Description

What features does this change enable? What bugs does this change fix? High-Level description of how things changed.

Related Issues

  • DCOS_OSS- Foo the Bar so it stops Bazzing.
  • DCOS- Foo the Bar so it stops Bazzing.

Checklist for all PR's

Checklist for component/package updates:

If you are changing components or packages in DC/OS (e.g. you are bumping the sha or ref of anything underneath packages), then in addition to the above please also include:

  • Change log from the last version integrated (this should be a link to commits for easy verification and review): example
  • Test Results: [link to CI job test results for component]
  • Code Coverage (if available): [link to code coverage report]

PLEASE FILL IN THE TEMPLATE ABOVE / DO NOT REMOVE ANY SECTIONS ABOVE THIS LINE

Instructions and Review Process

What is the review process and when will my changes land?

All PRs require 2 approvals using github's pull request reviews.

Reviewers should be:

  • Developers who understand the code being modified.
  • Developers responsible for code that interacts with or depends on the code being modified.

It is best to proactively ask for 2 reviews by @mentioning the candidate reviewers in the PR comments area. The responsibility is on the developer submitting the PR to follow-up with reviewers and make sure a PR is reviewed in a timely manner. Once a PR has 2 ship-it's, no red reviews, and all tests are green it will be included in the next train.