github.com/percona/percona-xtradb-cluster-operator@v1.14.0/.github/pull_request_template.md (about)

     1  **CHANGE DESCRIPTION**
     2  ---
     3  **Problem:**
     4  *Short explanation of the problem.*
     5  
     6  **Cause:**
     7  *Short explanation of the root cause of the issue if applicable.*
     8  
     9  **Solution:**
    10  *Short explanation of the solution we are providing with this PR.*
    11  
    12  **CHECKLIST**
    13  ---
    14  **Jira**
    15  - [ ] Is the Jira ticket created and referenced properly?
    16  - [ ] Does the Jira ticket have the proper statuses for documentation (`Needs Doc`) and QA (`Needs QA`)?
    17  - [ ] Does the Jira ticket link to the proper milestone (Fix Version field)?
    18  
    19  **Tests**
    20  - [ ] Is an E2E test/test case added for the new feature/change?
    21  - [ ] Are unit tests added where appropriate?
    22  - [ ] Are OpenShift compare files changed for E2E tests (`compare/*-oc.yml`)?
    23  
    24  **Config/Logging/Testability**
    25  - [ ] Are all needed new/changed options added to default YAML files?
    26  - [ ] Did we add proper logging messages for operator actions?
    27  - [ ] Did we ensure compatibility with the previous version or cluster upgrade process?
    28  - [ ] Does the change support oldest and newest supported PXC version?
    29  - [ ] Does the change support oldest and newest supported Kubernetes version?