1
0
mirror of https://github.com/quay/quay.git synced 2025-04-18 10:44:06 +03:00
quay/.github/PULL_REQUEST_TEMPLATE.md
2019-11-12 11:09:47 -05:00

485 B

Description of Changes

  • details about the implementation of the changes
  • motivation for the change (broken code, new feature, etc)
  • contrast with previous behavior

Changes:

  • ..
  • ..

Issue:

TESTING ->

BREAKING CHANGE ->


Reviewer Checklist

  • It works!
  • Comments provide sufficient explanations for the next contributor
  • Tests cover changes and corner cases
  • Follows Quay syntax patterns and format