github.com/codeready-toolchain/api@v0.0.0-20240507023248-73662d6db2c5/.github/pull_request_template.md (about)

     1  ## Description
     2  A few sentences describing the overall goals of the pull request's commits.
     3  
     4  ## Checks
     5  1. Did you run `make generate` target? **yes/no**
     6  
     7  2. Did `make generate` change anything in other projects (host-operator, member-operator)? **yes/no**
     8  
     9  3. In case of **new** CRD, did you the following? **yes/no**
    10      - make/generate.mk in this repository
    11      - `resources/setup/roles/host.yaml` in the sandbox-sre repository
    12      - `PROJECT` file: https://github.com/codeready-toolchain/host-operator/blob/master/PROJECT
    13      - `CSV` file: https://github.com/codeready-toolchain/host-operator/blob/master/config/manifests/bases/host-operator.clusterserviceversion.yaml
    14  
    15  4. In case other projects are changed, please provides PR links.
    16      - host-operator: https://github.com/codeready-toolchain/host-operator/pull/#
    17      - member-operator: https://github.com/codeready-toolchain/member-operator/pull/#