|
1 | 1 | <!-- |
2 | | - Thanks for submitting a Pull Request (PR) to this project. |
3 | | - Your contribution to this project is greatly appreciated! |
| 2 | + Thanks for submitting a Pull Request (PR) to this project. Your contribution to this project |
| 3 | + is greatly appreciated! |
4 | 4 |
|
5 | | - Please prefix the PR title with the resource name, |
6 | | - e.g. 'ResourceName: My short description'. |
7 | | - If this is a breaking change, then also prefix the PR title |
8 | | - with 'BREAKING CHANGE:', |
| 5 | + Please prefix the PR title with the resource name, e.g. 'ResourceName: My short description'. |
| 6 | + If this is a breaking change, then also prefix the PR title with 'BREAKING CHANGE:', |
9 | 7 | e.g. 'BREAKING CHANGE: ResourceName: My short description'. |
10 | 8 |
|
11 | | - You may remove this comment block, and the other comment blocks, but please |
12 | | - keep the headers and the task list. |
| 9 | + You may remove this comment block, and the other comment blocks, but please keep the headers |
| 10 | + and the task list. |
13 | 11 | --> |
14 | 12 |
|
15 | 13 | #### Pull Request (PR) description |
16 | 14 |
|
17 | 15 | <!-- |
18 | | - Replace this comment block with a description of your PR. |
19 | | - Also, make sure you have updated the CHANGELOG.md, see the |
20 | | - task list below. An entry in the CHANGELOG.md is mandatory |
21 | | - for all PRs. |
| 16 | + Replace this comment block with a description of your PR. Also, make sure you have updated the |
| 17 | + CHANGELOG.md, see the task list below. An entry in the CHANGELOG.md is mandatory for all PRs. |
22 | 18 | --> |
23 | 19 |
|
24 | 20 | #### This Pull Request (PR) fixes the following issues |
25 | 21 |
|
26 | 22 | <!-- |
27 | | - If this PR does not fix an open issue, replace this comment block with None. |
28 | | - If this PR resolves one or more open issues, replace this comment block with |
29 | | - a list of the issues using a GitHub closing keyword, e.g.: |
| 23 | + If this PR does not fix an open issue, replace this comment block with None. If this PR |
| 24 | + resolves one or more open issues, replace this comment block with a list of the issues using |
| 25 | + a GitHub closing keyword, e.g.: |
30 | 26 |
|
31 | 27 | - Fixes #123 |
32 | 28 | - Fixes #124 |
|
35 | 31 | #### Task list |
36 | 32 |
|
37 | 33 | <!-- |
38 | | - To aid community reviewers in reviewing and merging your PR, please take |
39 | | - the time to run through the below checklist and make sure your PR has |
40 | | - everything updated as required. |
| 34 | + To aid community reviewers in reviewing and merging your PR, please take the time to run |
| 35 | + through the below checklist and make sure your PR has everything updated as required. |
41 | 36 |
|
42 | | - Change to [x] for each task in the task list that applies to your PR. |
43 | | - For those task that don't apply to you PR, leave those as is. |
| 37 | + Change to [x] for each task in the task list that applies to your PR. For those task that |
| 38 | + don't apply to you PR, leave those as is. |
44 | 39 | --> |
45 | 40 |
|
46 | | -- [ ] Added an entry to the change log under the Unreleased section of the |
47 | | - file CHANGELOG.md. Entry should say what was changed and how that |
48 | | - affects users (if applicable), and reference the issue being resolved |
49 | | - (if applicable). |
| 41 | +- [ ] Added an entry to the change log under the Unreleased section of the file CHANGELOG.md. |
| 42 | + Entry should say what was changed and how that affects users (if applicable), and |
| 43 | + reference the issue being resolved (if applicable). |
50 | 44 | - [ ] Resource documentation added/updated in README.md. |
51 | | -- [ ] Resource parameter descriptions added/updated in README.md, schema.mof |
52 | | - and comment-based help. |
| 45 | +- [ ] Resource parameter descriptions added/updated in README.md, schema.mof and comment-based |
| 46 | + help. |
53 | 47 | - [ ] Comment-based help added/updated. |
54 | 48 | - [ ] Localization strings added/updated in all localization files as appropriate. |
55 | 49 | - [ ] Examples appropriately added/updated. |
|
0 commit comments