Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Haynes committed Aug 17, 2018
1 parent ea6f0f2 commit 4d07802
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
11 changes: 1 addition & 10 deletions CONTRIBUTING.md → README.CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,12 @@ Submitting an issue to PowerStig is easy!

Here are the steps:

1. Find the correct repository to submit your issue to.
1. Make sure the issue is not open already.
1. Open a new issue.
1. Fill in the issue title.
1. Fill in the issue description.
1. Submit the issue.

### Find the Correct Repository

| Issue Topic | Where to Submit |
|-------------|-----------------|
| PowerStig overall, Issues that span multiple PowerStig projects or repos, PowerStig processes | PowerStig (this repository) |
| Common tests, Schemas | [PowerStig.Tests](https://github.com/Microsoft/PowerStig.Tests)
| Bugs, feature requests, enhancements to a specific module | The repository of the module |

### Open an Issue

Once you are in the correct repository to submit your issue, go to the Issues tab.
Expand Down Expand Up @@ -159,7 +150,7 @@ If you are making a breaking change, please make sure to read the [Breaking Chan
All modules in PowerStig should have tests written using [Pester](https://github.com/pester/Pester) included in the Tests folder.
You are required to provide adequate test coverage for the code you change.

Please refer to our [testing guidelines](TestsGuidelines.md) for information on how to write tests for PowerStig.
Please refer to our [testing guidelines](README.TESTGUIDELINES.md) for information on how to write tests for PowerStig.
Our test templates and guidelines are currently under construction.
Use them with caution as they may be changed soon.

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Update-Module -Name PowerStig
You are more than welcome to contribute to the development of PowerStig.
There are several different ways you can help.
You can create new convert modules, add test automation, improve documentation, fix existing issues, or open new ones.
See our [contributing guide](CONTRIBUTING.md) for more info on how to become a contributor.
See our [contributing guide](README.CONTRIBUTING.md) for more info on how to become a contributor.
If you would like to contribute to a Composite Resource, please check out common DSC Resources [contributing guidelines](https://github.com/PowerShell/DscResources/blob/master/CONTRIBUTING.md).

Thank you to everyone that has reviewed the project and provided feedback through issues.
Expand Down
3 changes: 0 additions & 3 deletions StyleGuidelines.md

This file was deleted.

0 comments on commit 4d07802

Please sign in to comment.