mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-07-26 16:08:13 +00:00
a8a9cc28b1
- Add CONTRIBUTING.md, SECURITY.md, CODE_OF_CONDUCT.md - Add .gitattributes for line ending normalization - Add GitHub issue templates (bug report, feature request) - Add pull request template - Add publish.yml workflow for PSGallery publication on tag push Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
826 B
826 B
Summary
Type of Change
- Bug fix
- New feature (new cmdlet, new parameter, etc.)
- Enhancement (improvement to existing functionality)
- Documentation
- CI/CD
- Refactoring (no functional change)
Checklist
dotnet buildsucceeds with zero warnings- xUnit tests pass (
dotnet test) - Pester tests pass (
Invoke-Pester -ExcludeTag Integration) - New cmdlets added to
CmdletsToExportinPSProxmoxVE.psd1 - New cmdlets have Pester unit tests
CHANGELOG.mdupdated under[Unreleased]- README cmdlet reference updated (if adding new cmdlets)