github.com/liamawhite/cli-with-i18n@v6.32.1-0.20171122084555-dede0a5c3448+incompatible/.github/PULL_REQUEST_TEMPLATE.md (about) 1 <!-- 2 ## Requirements 3 4 * Your contribution will be analyzed for product fit and engineering quality prior to merging. 5 If your contribution includes a change that is exposed to cf CLI users (e.g. introducing a new command or flag), please submit an issue to discuss it first. 6 * We're not allowed to accept any PRs without a signed CLA, no matter how small. 7 If your contribution falls under a company CLA but your membership is not public, expect delays while we confirm. 8 * All new code requires tests to protect against regressions. 9 --> 10 11 ## What Need Does It Address? 12 13 <!-- What benefits will be realized by the code change? What type of users will benefit? --> 14 15 ## Possible Drawbacks 16 17 <!-- What are the possible side-effects or negative impacts of the code change? --> 18 19 ## Why Should This Be In Core? 20 21 <!-- Explain why this functionality should be in the cf CLI, as opposed to a plugin? --> 22 23 ## Description of the Change 24 25 <!-- 26 We must be able to understand the design of your change from this description. 27 Keep in mind that the maintainer reviewing this PR may not be familiar with or 28 have worked with the code here recently, so please walk us through the concepts. 29 --> 30 31 ## Alternate Designs 32 33 <!-- Explain what other alternates were considered and why the proposed version was selected --> 34 35 ## Applicable Issues 36 37 <!-- List any applicable Issues here -->