📖 [Docs]: README pages now use the standard module landing-page format#11
📖 [Docs]: README pages now use the standard module landing-page format#11Marius Storhaug (MariusStorhaug) wants to merge 4 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
Removes README template boilerplate/placeholders and replaces it with a minimal, repository-specific description that accurately reflects the project’s current placeholder/scaffold status.
Changes:
- Replaces generated
{{ NAME }}/{{ DESCRIPTION }}content with a concrete project name and brief description. - Removes template installation/usage/examples sections that were not applicable yet.
- Updates the contributing guidance to match the current “placeholder” state.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
The
ClaudeREADME now reads as a clear placeholder landing page. Users visiting the repository immediately see that the module is not yet implemented, so they are not shown scaffold code as if it were working usage.Changed: README states placeholder status clearly
# Claudewith a one-line description of the module's intended purpose.## Statussection stating the repository is currently a placeholder with no supported commands or usage examples yet.## Documentationnote that command details will live in PowerShell help and generated documentation once the module is implemented.Removed: Contributing section
The
## Contributingsection was removed. Contribution guidance is handled centrally rather than duplicated in each module README.Technical Details
README.mdonly.