sigs.k8s.io/kubebuilder/v3@v3.14.0/.github/PULL_REQUEST_TEMPLATE.md (about)

     1  <!--
     2  
     3  Hiya!  Welcome to Kubebuilder!  For a smooth PR process, please ensure
     4  that you include the following information:
     5  
     6  * a description of the change
     7  * the motivation for the change
     8  * what issue it fixes, if any, in GitHub syntax (e.g. Fixes #XYZ)
     9  
    10  Both the description and motivation may reference other issues and PRs,
    11  but should be mostly understandable without following the links (e.g. when
    12  reading the git commit log).
    13  
    14  Please don't @-mention people in PR or commit messages (do so in an
    15  additional comment).
    16  
    17  please add an icon to the title of this PR depending on the type:
    18  
    19  - ⚠ (:warning:): breaking
    20  - ✨ (:sparkles:): new non-breaking feature
    21  - 🐛 (:bug:): bugfix
    22  - 📖 (:book:): documentation
    23  - 🌱 (:seedling:): infrastructure/other
    24  
    25  See https://sigs.k8s.io/kubebuilder-release-tools for more information.
    26  
    27  **PLEASE REMOVE THIS COMMENT BLOCK BEFORE SUBMITTING THE PR** (the bits
    28  between the arrows)
    29  
    30  -->