chore: add community files and PSGallery publish workflow

- 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>
This commit is contained in:
Clint Branham
2026-03-20 12:22:13 -05:00
parent fac796ee43
commit a8a9cc28b1
8 changed files with 413 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# Auto-detect text files and normalize line endings
* text=auto
# Source code
*.cs text diff=csharp
*.csproj text
*.sln text eol=crlf
*.ps1 text
*.psm1 text
*.psd1 text
# Documentation
*.md text diff=markdown
*.yml text
*.yaml text
*.json text
# Binary
*.dll binary
*.exe binary
*.pdb binary
*.iso binary
*.img binary
# Ensure shell scripts use LF
*.sh text eol=lf
# Ensure PowerShell format files use platform default
*.ps1xml text