-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from n3snah/release/v0.4.0
Release/v0.4.0
- Loading branch information
Showing
28 changed files
with
953 additions
and
442 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,4 @@ | |
.project | ||
.envrc | ||
/inventory.yaml | ||
/spec/fixtures/litmus_inventory.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# CONTRIBUTING | ||
We warmly welcome you to assist and contribute to this repository, all you need is a Github account and an associated issue registered in the repository issues register for the associated change you would like made. | ||
|
||
## Reporting an issue/feature | ||
Please visit https://github.com/n3snah/powershell7/issues and ensure that your issue/feature doesn't already exist. Once this has been confirmed, please click the `New Issue` button and fill out one of the appropriate templates. These templates have been created to try help provide any necessary information that would be required for a developer/contributor to understand. If there isn't an appropriate template please open a blank issue. | ||
|
||
## Your development environment | ||
This is a puppet module leveraging the Puppet Development Kit (PDK). Please ensure that you have at least the version of PDK referenced in the `metadata.json` or newer installed on your system along with Git and an appropriate code editor of your choice. | ||
|
||
## Forking this repository | ||
To get started with contributing to this module, please fork the repository to your own Github account by clicking on the fork button located in the top right hand of this git repository while viewing the `code` tab. Follow the prompts to have it forked to your account. | ||
|
||
## Pull Request Process | ||
Please follow the steps below when submitting your pull request. | ||
1. Added the required code with sufficent rspec tests for unit testing. | ||
1. Updated the CHANGELOG.md & README.md to reflect the changes you have made. | ||
1. Ensure you have successfully run `pdk validate` and `PDK test unit` with no received errors. | ||
1. Create a pull request from your fork back to this repository's "development" branch. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
powershell7::apt_repository: 'https://packages.microsoft.com/ubuntu/18.04/prod' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
powershell7::apt_repository: 'https://packages.microsoft.com/ubuntu/20.04/prod' |
Oops, something went wrong.