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

     1  ---
     2  name: 'Cleanup request'
     3  about: Propose a cleanup task for this project.
     4  
     5  ---
     6  
     7  /kind cleanup
     8  
     9  **What needs cleanup:**
    10  [A clear and concise description of what needs to be cleaned up.]
    11  <!--
    12  Examples of cleanup tasks:
    13  - Remove unused code
    14  - Refactor code
    15  - Increase test coverage
    16  - Fix typos/broken links
    17  - Bump dependency versions
    18  -->
    19  
    20  **Describe the solution you'd like**
    21  [Description of how you would like the cleanup to be done.]
    22  
    23  Files to change: 2
    24  
    25  - [ ] File 1
    26    - Specific lines to cleanup
    27  - [ ] File 2
    28    - Specific lines to cleanup
    29  
    30  **Anything else you would like to add:**
    31  [Miscellaneous information that will assist in solving the issue.]