Skip to content

Commit 0e10d45

Browse files
authored
Merge pull request #5 from dsccommunity/dev
Push CI system to Master
2 parents 17a8526 + 5660450 commit 0e10d45

91 files changed

Lines changed: 3069 additions & 1442 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.MetaTestOptIn.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Needed for publishing of examples, build worker defaults to core.autocrlf=input.
2+
* text eol=crlf
3+
4+
# Ensure any exe files are treated as binary
5+
*.exe binary
6+
*.jpg binary
7+
*.xl* binary
8+
*.pfx binary

.github/CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
If you'd like to contribute to this project, please review the [Contribution Guidelines](https://github.com/Microsoft/SChannelDsc/wiki/Contributing%20to%20SChannelDsc).
1+
# Contributing
2+
3+
Please check out common DSC Community [contributing guidelines](https://dsccommunity.org/guidelines/contributing).

.github/ISSUE_TEMPLATE/Problem_with_resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ about: If you have a problem, bug, or enhancement with a resource in this resour
5757
$PSVersionTable
5858
-->
5959

60-
#### Version of the DSC module that was used ('dev' if using current dev branch)
60+
#### Version of the DSC module that was used

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
Thanks for submitting a Pull Request (PR) to this project.
33
Your contribution to this project is greatly appreciated!
44
5-
Please make sure you have read the [Contribution Guidelines](https://github.com/Microsoft/SChannelDsc/wiki/Contributing%20to%20SChannelDsc).
6-
75
Please prefix the PR title with the resource name,
86
e.g. 'ResourceName: My short description'.
97
If this is a breaking change, then also prefix the PR title
@@ -16,15 +14,19 @@
1614
#### Pull Request (PR) description
1715
<!--
1816
Replace this comment block with a description of your PR.
17+
Also, make sure you have updated the CHANGELOG.md, see the
18+
task list below. An entry in the CHANGELOG.md is mandatory
19+
for all PRs.
1920
-->
2021

2122
#### This Pull Request (PR) fixes the following issues
2223
<!--
2324
If this PR does not fix an open issue, replace this comment block with None.
2425
If this PR resolves one or more open issues, replace this comment block with
25-
a list the issues using a GitHub closing keyword, e.g.:
26-
- Fixes #123
27-
- Fixes #124
26+
a list of the issues using a GitHub closing keyword, e.g.:
27+
28+
- Fixes #123
29+
- Fixes #124
2830
-->
2931

3032
#### Task list
@@ -36,14 +38,16 @@
3638
Change to [x] for each task in the task list that applies to your PR.
3739
For those task that don't apply to you PR, leave those as is.
3840
-->
39-
- [ ] Added an entry under the Unreleased section of the change log in the CHANGELOG.md.
40-
Entry should say what was changed, and how that affects users (if applicable).
41-
- [ ] Resource documentation added/updated in README.md in the resource folder.
42-
- [ ] Resource parameter descriptions added/updated in schema.mof
41+
- [ ] Added an entry to the change log under the Unreleased section of the
42+
file CHANGELOG.md. Entry should say what was changed and how that
43+
affects users (if applicable), and reference the issue being resolved
44+
(if applicable).
45+
- [ ] Resource documentation added/updated in README.md.
46+
- [ ] Resource parameter descriptions added/updated in README.md, schema.mof
4347
and comment-based help.
4448
- [ ] Comment-based help added/updated.
4549
- [ ] Localization strings added/updated in all localization files as appropriate.
4650
- [ ] Examples appropriately added/updated.
47-
- [ ] Unit tests added/updated. See [DSC Resource Testing Guidelines](https://github.com/PowerShell/DscResources/blob/master/TestsGuidelines.md).
48-
- [ ] Integration tests added/updated (where possible). See [DSC Resource Testing Guidelines](https://github.com/PowerShell/DscResources/blob/master/TestsGuidelines.md).
49-
- [ ] New/changed code adheres to [DSC Resource Style Guidelines](https://github.com/PowerShell/DscResources/blob/master/StyleGuidelines.md) and [Best Practices](https://github.com/PowerShell/DscResources/blob/master/BestPractices.md).
51+
- [ ] Unit tests added/updated. See [DSC Community Testing Guidelines](https://dsccommunity.org/guidelines/testing-guidelines).
52+
- [ ] Integration tests added/updated (where possible). See [DSC Community Testing Guidelines](https://dsccommunity.org/guidelines/testing-guidelines).
53+
- [ ] New/changed code adheres to [DSC Community Style Guidelines](https://dsccommunity.org/styleguidelines).

0 commit comments

Comments
 (0)