Enhance documentation templates#124
Merged
marko-stanojevic merged 6 commits intomainfrom Jan 27, 2026
Merged
Conversation
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.
Description
This pull request introduces several improvements to the documentation templates, CI/CD workflows, and release automation for the PowerShell module project. The main changes include enhanced documentation templates, improved handling of release and publishing workflows, and the addition of a labeling job in CI. These updates aim to make the project easier to maintain, more robust, and more user-friendly for both contributors and end-users.
Documentation and Template Enhancements:
README_template.mdto better describe the module's purpose and benefits.getting-started_template.mdwith sections for overview, features, workflows, best practices, and troubleshooting, providing a comprehensive starting point for users.CI/CD and Release Workflow Improvements:
ps-releaseaction to handle the case where no previous tag exists when generating release notes, and added support for an optional PSGallery API key secret. [1] [2] [3]Continuous Integration Enhancements:
Testing Improvements:
Documentation Structure Refinement:
README_template.md, consolidating example and getting started sections for clarity.Type of Change