|
| 1 | +# NOTICE: Please remove all these generated template comments before request review(include this line) |
| 2 | + |
1 | 3 | <!-- |
2 | 4 | 1. Title: [#<issue>] <type>(<scope>): <subject> |
3 | 5 | Examples: |
4 | 6 | - "[#123] feat(operator): support xxx" |
| 7 | + - "[#123] feat(server,coordinator): support xxx" |
| 8 | + - "[#123] feat(common): support xxx" |
| 9 | + - "[MINOR] improvement(script): fix style" |
| 10 | + - "[MINOR] improvement(ci): add some examples and notice" |
5 | 11 | - "[#233] fix: check null before access result in xxx" |
| 12 | + - "[#233][FOLLOWUP] improvement(dashboard): display something xxx" |
6 | 13 | - "[MINOR] refactor: fix typo in variable name" |
7 | 14 | - "[MINOR] docs: fix typo in README" |
8 | 15 | - "[#255] test: fix flaky test NameOfTheTest" |
|
13 | 20 | --> |
14 | 21 |
|
15 | 22 | ### What changes were proposed in this pull request? |
16 | | - |
| 23 | +<!-- |
17 | 24 | (Please outline the changes and how this PR fixes the issue.) |
| 25 | +--> |
18 | 26 |
|
19 | 27 | ### Why are the changes needed? |
20 | | - |
| 28 | +<!-- |
21 | 29 | (Please clarify why the changes are needed. For instance, |
22 | 30 | 1. If you propose a new API, clarify the use case for a new API. |
23 | 31 | 2. If you fix a bug, describe the bug.) |
24 | 32 |
|
25 | 33 | Fix: # (issue) |
| 34 | +--> |
26 | 35 |
|
27 | 36 | ### Does this PR introduce _any_ user-facing change? |
28 | | - |
| 37 | +<!-- |
29 | 38 | (Please list the user-facing changes introduced by your change, including |
30 | 39 | 1. Change in user-facing APIs. |
31 | 40 | 2. Addition or removal of property keys.) |
32 | | - |
| 41 | +--> |
33 | 42 | No. |
34 | 43 |
|
35 | 44 | ### How was this patch tested? |
36 | | - |
| 45 | +<!-- |
37 | 46 | (Please test your changes, and provide instructions on how to test it: |
38 | 47 | 1. If you add a feature or fix a bug, add a test to cover your changes. |
39 | 48 | 2. If you fix a flaky test, repeat it for many times to prove it works.) |
| 49 | +--> |
0 commit comments