-
Notifications
You must be signed in to change notification settings - Fork 12
Update repository files #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
SamErde
wants to merge
4
commits into
maester365:main
Choose a base branch
from
SamErde:chore-UpdateRepositoryFiles
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -1,21 +1,28 @@ | ||
| ### Description | ||
| # Description | ||
| <!-- Please provide a detailed description of your enhancement or bug fix here. If this will resolve an issue, please tag the issue number as well. For example, "Fixes #1212." --> | ||
|
|
||
| <!-- Please describe your pull request. Also included any issues this pr will be fixing. --> | ||
|
|
||
| ### Your checklist for this pull request | ||
|
|
||
| 🚨Please review the [guidelines for contributing](https://github.com/maester365/maester-action/tree/main/.github/CONTRIBUTING.md) to this repository. | ||
|
|
||
| <!-- End Description --> | ||
| ## Contribution Checklist | ||
|
|
||
| 🚨Please review the [guidelines for contributing](https://github.com/maester365/maester-action/tree/main/.github/CONTRIBUTING.md) before submitting to this project. | ||
|
|
||
| - [ ] Make sure you are requesting to **pull a topic/feature/bugfix branch** (right side). Don't request your main branch! | ||
| - [ ] Make sure you are making a pull request against the **main branch** (left side). Also you should start *your branch* off *maester-action/main*. | ||
| - [ ] Check the commit's or even all commits' message styles matches our requested structure. | ||
| - [ ] Enable the checkbox to [allow maintainer edits](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork) so the branch can be updated for a merge. | ||
| - [ ] If changing anything in the action, make sure it still works and is backward compatible. | ||
|
|
||
| ### Review | ||
| <!-- | ||
|
|
||
| We will try to review your pull request as soon as possible. While your wait for a review, why not try to spread some Maester love on social media? | ||
|
|
||
| We really appreciate your contributions! We will try to review your pull request as soon as possible. If you have any queries or need any help, please visit the repository discussions or jump on Discord. | ||
|
|
||
| We will try to review your pull request as soon as possible. | ||
| While you wait for a review, why not spread some Maester love on social media? Thank you! 💖 | ||
|
|
||
| <!-- While your wait for a review, why not try to spread some Maester love on social media? --> | ||
| --> | ||
|
|
||
| 💖 Thank you! | ||
| Join us at the Maester repository [discussions](https://github.com/maester365/maester/discussions) 💬 or [Entra Discord](https://discord.maester.dev/) 🧑💻 for more help and conversations! |
This file contains hidden or 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 hidden or 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 hidden or 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,14 @@ | ||
| { | ||
| // Use IntelliSense to learn about possible attributes. | ||
| // Hover to view descriptions of existing attributes. | ||
| // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
| "version": "0.2.1", | ||
| "configurations": [ | ||
| { | ||
| "name": "PowerShell: Module Interactive Session", | ||
| "type": "PowerShell", | ||
| "request": "launch", | ||
| "script": "Import-Module -Name 'Maester'" | ||
| } | ||
| ] | ||
| } |
This file contains hidden or 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 @@ | ||
| { | ||
| "[powershell]": { | ||
| "files.encoding": "utf8bom" | ||
| }, | ||
| "editor.formatOnSave": false, | ||
| "powershell.codeFormatting.autoCorrectAliases": true, | ||
| "powershell.codeFormatting.avoidSemicolonsAsLineTerminators": true, | ||
| "powershell.codeFormatting.newLineAfterCloseBrace": false, | ||
| "powershell.codeFormatting.trimWhitespaceAroundPipe": true, | ||
| "powershell.codeFormatting.whitespaceBetweenParameters": true, | ||
| "powershell.analyzeOpenDocumentsOnly": false, | ||
| "files.trimTrailingWhitespace": true, | ||
| "cSpell.words": [ | ||
| "Contoso", | ||
| "Maester" | ||
| ], | ||
| "files.encoding": "utf8" | ||
SamErde marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.