postgres-operator/.github/PULL_REQUEST_TEMPLATE/postgres-operator-pull-requ...

1.0 KiB

Problem description

Linked issues

Checklist

Thanks for submitting a pull request to the Postgres Operator project. Please, ensure your contribution matches the following items:

  • Your go code is formatted. Your IDE should do it automatically for you.
  • You have updated generated code when introducing new fields to the acid.zalan.do api package.
  • New configuration options are reflected in CRD validation, helm charts and sample manifests.
  • New functionality is covered by unit and/or e2e tests.
  • You have checked existing open PRs for possible overlay and referenced them.