|
| 1 | +## Description |
| 2 | + |
| 3 | +Brief description of the changes in this PR. |
| 4 | + |
| 5 | +## Related Issues |
| 6 | + |
| 7 | +Closes #[issue number] (if applicable) |
| 8 | + |
| 9 | +## Type of Change |
| 10 | + |
| 11 | +- [ ] Bug fix (non-breaking) |
| 12 | +- [ ] New feature |
| 13 | +- [ ] Documentation update |
| 14 | +- [ ] Infrastructure improvement |
| 15 | +- [ ] Breaking change |
| 16 | + |
| 17 | +## Changes Made |
| 18 | + |
| 19 | +- Item 1 |
| 20 | +- Item 2 |
| 21 | +- Item 3 |
| 22 | + |
| 23 | +## Testing |
| 24 | + |
| 25 | +How was this change tested? Include: |
| 26 | +- Environment details (region, resource types) |
| 27 | +- Steps taken to verify the fix |
| 28 | +- Any new test cases added |
| 29 | + |
| 30 | +## Checklist |
| 31 | + |
| 32 | +**Security & Compliance** |
| 33 | + |
| 34 | +- [ ] No secrets, credentials, or API keys are included |
| 35 | +- [ ] No tenant IDs or subscription IDs are hardcoded |
| 36 | +- [ ] No certificate files or private keys are included |
| 37 | +- [ ] All values are parameterized or use examples only |
| 38 | +- [ ] Secret Scanning passed (no alerts) |
| 39 | + |
| 40 | +**Code Quality** |
| 41 | + |
| 42 | +- [ ] Bicep code follows project conventions |
| 43 | +- [ ] Templates are idempotent and repeatable |
| 44 | +- [ ] RBAC templates use built-in or clearly defined roles |
| 45 | +- [ ] Comments explain non-obvious logic |
| 46 | + |
| 47 | +**Documentation** |
| 48 | + |
| 49 | +- [ ] README.md updated (if user-facing changes) |
| 50 | +- [ ] docs/architecture.md updated (if architecture changes) |
| 51 | +- [ ] docs/faq.md updated (if new capabilities added) |
| 52 | +- [ ] Comments added to complex sections |
| 53 | + |
| 54 | +**Compatibility** |
| 55 | + |
| 56 | +- [ ] No breaking changes to existing templates |
| 57 | +- [ ] Backward compatible parameter names / defaults |
| 58 | +- [ ] Tested in multiple Azure regions (if applicable) |
| 59 | + |
| 60 | +## Reviewers |
| 61 | + |
| 62 | +@microsoft/cdm-vteam |
| 63 | + |
| 64 | +--- |
| 65 | + |
| 66 | +## Additional Notes |
| 67 | + |
| 68 | +Any additional context, concerns, or discussion points. |
0 commit comments