sigs.k8s.io/cluster-api-provider-azure@v1.14.3/.github/ISSUE_TEMPLATE/proposal.md (about)

     1  ---
     2  name: Enhancement Proposal
     3  about: Propose larger efforts, breaking changes, or new features
     4  
     5  ---
     6  
     7  > ⚠️ Cluster API Azure maintainers can ask to turn an issue-proposal into a [CAEP](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/YYYYMMDD-template.md) when necessary. This is to be expected for large changes that impact multiple components, breaking changes, or new large features.
     8  
     9  <!-- Repeat "1." so list items auto-increment when they are rendered. This is acceptable as this is a GitHub issue template, so this document is not intended to be read outside of GitHub. -->
    10  ***Goals***
    11  1. Goal 1
    12  1. Goal 2
    13  
    14  ***Non-Goals/Future Work***
    15  1. Non-Goal 1
    16  1. Non-Goal 2
    17  
    18  **User Story**
    19  
    20  As a [developer/user/operator] I would like to [high level description] for [reasons]
    21  
    22  **Detailed Description**
    23  
    24  [A clear and concise description of what you want to happen.]
    25  
    26  **Contract changes [optional]**
    27  
    28  [Describe contract changes between Cluster API Azure Provider controllers, if applicable.]
    29  
    30  **Data model changes [optional]**
    31  
    32  [Describe contract changes between Cluster API Azure Provider controllers, if applicable.]
    33  
    34  /kind proposal