|
| 1 | +<!-- |
| 2 | +### Requirements |
| 3 | +
|
| 4 | +Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion. All new code requires documentation and tests to ensure against regressions. |
| 5 | +--> |
| 6 | + |
| 7 | +### Description of the Change |
| 8 | + |
| 9 | +<!-- |
| 10 | +We must be able to understand the design of your change from this description. If we can't get a good idea of what the code will be doing from the description here, the pull request may be closed at the maintainers' discretion. Keep in mind that the maintainer reviewing this PR may not be familiar with or have worked with the code here recently, so please walk us through the concepts. Please include screenshots (if appropriate). |
| 11 | +--> |
| 12 | + |
| 13 | +### Alternate Designs |
| 14 | + |
| 15 | +<!-- Explain what other alternates were considered and why the proposed version was selected. --> |
| 16 | + |
| 17 | +### Benefits |
| 18 | + |
| 19 | +<!-- What benefits will be realized by the code change? --> |
| 20 | + |
| 21 | +### Possible Drawbacks |
| 22 | + |
| 23 | +<!-- What are the possible side-effects or negative impacts of the code change? --> |
| 24 | + |
| 25 | +### Verification Process |
| 26 | + |
| 27 | +<!-- |
| 28 | +What process did you follow to verify that your change has the desired effects? |
| 29 | +
|
| 30 | +- How did you verify that all new functionality works as expected? |
| 31 | +- How did you verify that all changed functionality works as expected? |
| 32 | +- How did you verify that the change has not introduced any regressions? |
| 33 | +
|
| 34 | +Describe the actions you performed (e.g., commands you ran, text you typed, buttons you clicked) and describe the results you observed. |
| 35 | +--> |
| 36 | + |
| 37 | +### Checklist: |
| 38 | + |
| 39 | +<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> |
| 40 | +<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
| 41 | +- [ ] I have read the [**CONTRIBUTING**](https://github.com/wpengine/phpcompat/blob/develop/CONTRIBUTING.md) document. |
| 42 | +- [ ] My code follows the code style of this project. |
| 43 | +- [ ] My change requires a change to the documentation. |
| 44 | +- [ ] I have updated the documentation accordingly. |
| 45 | +- [ ] I have added tests to cover my change. |
| 46 | +- [ ] All new and existing tests passed. |
| 47 | + |
| 48 | +<!-- _NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open._ --> |
| 49 | + |
| 50 | +### Applicable Issues |
| 51 | + |
| 52 | +<!-- Enter any applicable Issues here --> |
| 53 | + |
| 54 | +### Changelog Entry |
| 55 | + |
| 56 | +<!-- Add sample CHANGELOG.md entry for this PR, noting whether this is something being Added / Changed / Deprecated / Removed / Fixed / or Security related. --> |
0 commit comments