2018-02-24 07:48:21 +08:00
|
|
|
<!--
|
|
|
|
Thanks for your contribution!
|
|
|
|
Please read this comment in its entirety. It's quite important.
|
|
|
|
|
|
|
|
# Pull Request title
|
|
|
|
|
|
|
|
It should be in the following format:
|
2018-05-14 08:55:35 +08:00
|
|
|
|
2018-02-24 07:48:21 +08:00
|
|
|
```
|
2022-04-11 06:03:27 +08:00
|
|
|
gh-NNNNN: Summary of the changes made
|
2018-02-24 07:48:21 +08:00
|
|
|
```
|
2018-05-14 08:55:35 +08:00
|
|
|
|
2022-04-11 06:03:27 +08:00
|
|
|
Where: gh-NNNNN refers to the GitHub issue number.
|
2018-02-24 07:48:21 +08:00
|
|
|
|
|
|
|
Most PRs will require an issue number. Trivial changes, like fixing a typo, do not need an issue.
|
|
|
|
|
|
|
|
# Backport Pull Request title
|
|
|
|
|
2021-05-04 06:36:55 +08:00
|
|
|
If this is a backport PR (PR made against branches other than `main`),
|
2017-09-07 08:27:05 +08:00
|
|
|
please ensure that the PR title is in the following format:
|
2018-05-14 08:55:35 +08:00
|
|
|
|
2017-09-30 02:16:38 +08:00
|
|
|
```
|
|
|
|
[X.Y] <title from the original PR> (GH-NNNN)
|
|
|
|
```
|
2018-05-14 08:55:35 +08:00
|
|
|
|
2017-09-30 02:16:38 +08:00
|
|
|
Where: [X.Y] is the branch name, e.g. [3.6].
|
2017-09-07 08:27:05 +08:00
|
|
|
|
2021-05-04 06:36:55 +08:00
|
|
|
GH-NNNN refers to the PR number from `main`.
|
2017-09-07 08:27:05 +08:00
|
|
|
|
2018-02-24 07:48:21 +08:00
|
|
|
-->
|