Add CI/CD pipeline and SDLC docs

This commit is contained in:
Greg Hendrickson
2026-01-27 15:13:28 +00:00
parent 5135f0dd4d
commit f3a95d8767
4 changed files with 203 additions and 0 deletions

18
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,18 @@
## Description
<!-- What does this PR do? -->
## Type of Change
- [ ] 🐛 Bug fix
- [ ] ✨ New feature
- [ ] 🔧 Refactor
- [ ] 📚 Documentation
- [ ] 🧪 Tests
## Testing
<!-- How was this tested? -->
## Checklist
- [ ] Code follows project style guidelines
- [ ] Tests pass locally
- [ ] Documentation updated (if needed)
- [ ] No sensitive data exposed