|
4 | 4 | <!-- For new features, provide link to FS, dev ML discussion etc. --> |
5 | 5 | <!-- In case of bug fix, the expected and actual behaviours, steps to reproduce. --> |
6 | 6 |
|
| 7 | +<!-- When "Fixes: #<id>" is specified, the issue/PR will automatically be closed when this PR gets merged --> |
| 8 | +<!-- For addressing multiple issues/PRs, use multiple "Fixes: #<id>" --> |
| 9 | +<!-- Fixes: # --> |
| 10 | + |
7 | 11 | ## Types of changes |
8 | 12 | <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> |
9 | 13 | - [ ] Breaking change (fix or feature that would cause existing functionality to change) |
|
12 | 16 | - [ ] Enhancement (improves an existing feature and functionality) |
13 | 17 | - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) |
14 | 18 |
|
15 | | -## GitHub Issue/PRs |
16 | | -<!-- If this PR is to fix an issue or another PR on GH, uncomment the section and provide the id of issue/PR --> |
17 | | -<!-- When "Fixes: #<id>" is specified, the issue/PR will automatically be closed when this PR gets merged --> |
18 | | -<!-- For addressing multiple issues/PRs, use multiple "Fixes: #<id>" --> |
19 | | - |
20 | | -<!-- Fixes: # --> |
21 | | - |
22 | 19 | ## Screenshots (if appropriate): |
23 | 20 |
|
24 | 21 | ## How Has This Been Tested? |
|
27 | 24 | <!-- Include details of your testing environment, and the tests you ran to --> |
28 | 25 | <!-- see how your change affects other areas of the code, etc. --> |
29 | 26 |
|
30 | | -## Checklist: |
31 | | -<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> |
32 | | -<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
33 | | -- [ ] I have read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/master/CONTRIBUTING.md) document. |
34 | | -- [ ] My code follows the code style of this project. |
35 | | -- [ ] My change requires a change to the documentation. |
36 | | -- [ ] I have updated the documentation accordingly. |
37 | | -- [ ] I have added tests to cover my changes. |
38 | | -- [ ] All new and existing tests passed. |
39 | | - |
| 27 | +<!-- Please read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/master/CONTRIBUTING.md) document --> |
0 commit comments