github.com/cloudfoundry-community/cloudfoundry-cli@v6.44.1-0.20240130060226-cda5ed8e89a5+incompatible/.github/PULL_REQUEST_TEMPLATE.md (about)

     1  Thank you for contributing to the CF CLI! Please read the following:
     2  
     3  
     4  * If you haven't yet, please review our contributing guidelines: https://github.com/cloudfoundry/cli/blob/master/.github/CONTRIBUTING.md
     5  * We're not allowed to accept any PRs without a signed CLA, no matter how small.
     6  If your contribution falls under a company CLA but your membership is not public, expect delays while we confirm.
     7  * All new code requires tests to protect against regressions.
     8  * Contributions must confirm to our [style guide](https://github.com/cloudfoundry/cli/wiki/CLI-Product-Specific-Style-Guide). Please reach out to us if you have questions.
     9  
    10  
    11  ## Does this PR modify CLI v6 or v7?
    12  
    13  Please see the contribution doc above or review [Architecture Guide](https://github.com/cloudfoundry/cli/wiki/Architecture-Guide).
    14  
    15  ## Description of the Change
    16  
    17  
    18  We must be able to understand the design of your change from this description.
    19  Keep in mind that the maintainer reviewing this PR may not be familiar with or
    20  have worked with the code here recently, so please walk us through the concepts.
    21  
    22  
    23  ## Why Is This PR Valuable?
    24  
    25  What benefits will be realized by the code change? What users would want this change? What user need is this change addressing? 
    26  
    27  ## Why Should This Be In Core?
    28  
    29  Explain why this functionality should be in the cf CLI, as opposed to a plugin. 
    30  
    31  ## Applicable Issues
    32  
    33  List any applicable Github Issues here
    34  
    35  ## How Urgent Is The Change?
    36  
    37  Is the change urgent? If so, explain why it is time-sensitive.
    38  
    39  ## Other Relevant Parties
    40  
    41  Who else is affected by the change?