Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
This PR is automatically completed.
  • Loading branch information
jcwalker authored Aug 13, 2018
2 parents b9b1737 + e469f67 commit aa025a6
Show file tree
Hide file tree
Showing 56 changed files with 2,164 additions and 696 deletions.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/general.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
name: General question or documentation update
about: If you have a general question around PowerStig or documentation update.
---
20 changes: 20 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!--
Thanks for submitting a Pull Request (PR), your contribution is greatly appreciated!
Please prefix the PR title with the module name, i.e. 'Common: My short description'
If this is a breaking change, then also prefix the PR title with 'BREAKING CHANGE:', i.e. 'BREAKING CHANGE: Common: My short description'
To aid reviewers in reviewing and merging your PR, please take the time to run through the below checklist.
Change to [x] for each task in the task list that applies to this PR.
-->

**Pull Request (PR) description:**

**This Pull Request (PR) fixes the following issues:**

**Task list:**
- [] Change details added to Unreleased section of README.md (Not required for Convert modules)?
- [] Added/updated documentation, comment-based help and descriptions where appropriate?
- [] Examples appropriately updated?
- [] New/changed code adheres to [Style Guidelines](https://github.com/PowerShell/DscResources/blob/master/StyleGuidelines.md)?
- [] Unit and (optional) Integration tests created/updated where possible?
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
DSCResource.Tests
PowerStig.Tests
.vscode/
.vs/ProjectSettings.json
.vs/VSWorkspaceState.json
.vs/slnx.sqlite
.vs/PowerStig/v15/.suo
.gitignore
4 changes: 2 additions & 2 deletions Module/Common/Common.psm1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#region Header
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
#endregion
# Header

#region Enum
<#
STIGS have an associated severity that determines the impact of the finding if it
Expand Down
2 changes: 2 additions & 0 deletions Module/Common/Data.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ data RegularExpression
# Windows Feature Rule Matches
WindowsFeatureName = Get-WindowsFeature\\s-Name\\s*\\w+.\\w+
FeatureNameEquals = FeatureName\\s-eq\\s*\\S*
FeatureNameSpaceColon = FeatureName\\s\\:\\s\\S*
Expand Down
Loading

0 comments on commit aa025a6

Please sign in to comment.