Skip to content

Commit 55f4dcd

Browse files
authored
Fix pull request template (#274)
1 parent 605481d commit 55f4dcd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@
4141
- [ ] Added an entry to the change log under the Unreleased section of the file CHANGELOG.md.
4242
Entry should say what was changed and how that affects users (if applicable), and
4343
reference the issue being resolved (if applicable).
44-
- [ ] Resource documentation added/updated in README.md.
45-
- [ ] Resource parameter descriptions added/updated in README.md, schema.mof and comment-based
46-
help.
47-
- [ ] Comment-based help added/updated.
44+
- [ ] Resource documentation updated in the resource's README.md.
45+
- [ ] Resource parameter descriptions updated in schema.mof.
46+
- [ ] Comment-based help updated, including parameter descriptions.
4847
- [ ] Localization strings added/updated in all localization files as appropriate.
4948
- [ ] Examples appropriately added/updated.
5049
- [ ] Unit tests added/updated. See [DSC Community Testing Guidelines](https://dsccommunity.org/guidelines/testing-guidelines).

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
1717
- Moved all documentation from the README.md to the GitHub repository Wiki.
1818
All the DSC resource's schema MOF files was updated with descriptions from
1919
the README.md where they were more descriptive.
20+
- Update GitHub pull request template after documentation was moved.
2021
- ClusterPreferredOwner
2122
- Minor fix to tests.
2223

0 commit comments

Comments
 (0)