Add issue templates for bug reports, documentation improvements, and feature requests#74
Merged
marko-stanojevic merged 1 commit intomainfrom Jan 2, 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.
This pull request introduces several improvements to the GitHub issue reporting and workflow configuration for the repository. The main focus is on adding structured issue templates for bug reports, feature requests, and documentation improvements, as well as updating the workflow for release note generation. These changes aim to streamline community contributions and improve the quality and consistency of reported issues.
Issue template additions:
.github/ISSUE_TEMPLATE/bug_report.ymlto guide users in providing detailed information for troubleshooting, including environment details and code samples..github/ISSUE_TEMPLATE/feature_request.ymlto collect structured feedback on new features, including problem statements, proposed solutions, and willingness to contribute..github/ISSUE_TEMPLATE/documentation.ymlto enable users to suggest and describe documentation enhancements in a standardized format.Configuration and workflow updates:
.github/ISSUE_TEMPLATE/config.ymlto enable blank issues and add contact links for questions, discussions, and security vulnerability reporting..github/workflows/powershell-build-module.ymlto fetch the previous tag correctly by skipping the most recent tag when sorting tags.# DescriptionType of Change
Semantic Versioning
+semver: major- Breaking changes (1.0.0 → 2.0.0)+semver: minor- New features (1.0.0 → 1.1.0)+semver: patch- Bug fixes (1.0.0 → 1.0.1)+semver: none- No version change (documentation, tests)Checklist
Code Quality
[CmdletBinding()]attributeTesting
.Tests.ps1filesInvoke-Build TestCode Analysis
Invoke-Build Invoke-PSScriptAnalyzerDocumentation
Module Manifest
FunctionsToExportin.psd1Related Issues
Closes #
Additional Notes