Create PULL_REQUEST_TEMPLATE.md (#845)

Adapted from the PHP RFC template
This commit is contained in:
SOFe 2017-04-18 23:33:37 +08:00 committed by Dylan K. Taylor
parent a455e25665
commit 930945db18

35
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,35 @@
# Introduction
<!-- Explain existing problems or why this pull request is necessary -->
## Relevant issues
<!-- List relevant issues here -->
<!--
* Fixes #1
* Fixes #2
-->
# Changes
## API changes
<!-- Any additions to the API that should be documented in release notes? -->
## Behavioural changes
<!-- Any change in how the server behaves, or its performance? ->
# Backwards compatibility
<!-- Point out possible cases of backwards incompatibility and how they are solved (if any) -->
# Follow-up
<!-- Suggest any actions to be done before/after merging this pull request -->
<!--
Requires translations:
| Name | Value in eng.ini |
| :--: | :---: |
| `foo.bar` | `Foo bar` |
-->
# Tests
<!-- Attach scripts or actions to test this pull request, as well as the result -->