github.com/kubeflow/training-operator@v1.7.0/.github/PULL_REQUEST_TEMPLATE.md (about)

     1  <!--  Thanks for sending a pull request! Here are some tips for you:
     2  1. If this is your first time, check our contributor guidelines: https://www.kubeflow.org/docs/about/contributing
     3  2. To know more about Training Operator, check the developer guide:
     4      https://github.com/kubeflow/training-operator/blob/master/docs/development/developer_guide.md
     5  3. If you want *faster* PR reviews, check how: https://git.k8s.io/community/contributors/guide/pull-requests.md#best-practices-for-faster-reviews
     6  -->
     7  
     8  **What this PR does / why we need it**:
     9  
    10  **Which issue(s) this PR fixes** _(optional, in `Fixes #<issue number>, #<issue number>, ...` format, will close the issue(s) when PR gets merged)_:
    11  Fixes #
    12  
    13  **Checklist:**
    14  
    15  - [ ] [Docs](https://www.kubeflow.org/docs/components/training/) included if any changes are user facing