📖 [Docs]: Rework README into the standard module landing page#23
Open
Marius Storhaug (MariusStorhaug) wants to merge 3 commits into
Open
📖 [Docs]: Rework README into the standard module landing page#23Marius Storhaug (MariusStorhaug) wants to merge 3 commits into
Marius Storhaug (MariusStorhaug) wants to merge 3 commits into
Conversation
Copilot started reviewing on behalf of
Marius Storhaug (MariusStorhaug)
July 6, 2026 06:30
View session
There was a problem hiding this comment.
Pull request overview
Standardizes README.md into a lightweight landing page (per Template-PSModule default) by removing detailed command usage and directing users to PowerShell help and hosted docs instead.
Changes:
- Replaces the long-form README introduction/features/usage sections with a brief module description.
- Moves usage guidance to external documentation and
Get-Help/Get-Commanddiscovery. - Simplifies the contributing section to point users to the issue tracker.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Super-linter summary
Super-linter detected linting errors For more information, see the GitHub Actions workflow run Powered by Super-linter NATURAL_LANGUAGE |
Add back the three real usage examples (ConvertTo-Base64, ConvertFrom-Base64, Test-Base64), replace the placeholder Get-Help <CommandName> with a real command, and remove the Contributing section per the module landing-page standard.
Copilot started reviewing on behalf of
Marius Storhaug (MariusStorhaug)
July 12, 2026 09:00
View session
Super-linter summary
Super-linter detected linting errors For more information, see the GitHub Actions workflow run Powered by Super-linter NATURAL_LANGUAGE |
Copilot started reviewing on behalf of
Marius Storhaug (MariusStorhaug)
July 12, 2026 09:06
View session
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What changed
The
Base64README is now a proper module landing page: a concise intro, a one-command Installation section (Install-PSResource), a Usage showcase with three real, runnable examples, and a Documentation section that points to psmodule.io/Base64.User-facing impact
'Hello World' | ConvertTo-Base64'SGVsbG8gV29ybGQ=' | ConvertFrom-Base64'SGVsbG8gV29ybGQ=' | Test-Base64Get-Help -Name ConvertTo-Base64 -Examples) instead of the<CommandName>placeholder.Notes
## Contributingsection per the module landing-page standard.markdownlintconfig.