|
| 1 | +# PR Review Context |
| 2 | + |
| 3 | +## PR Information |
| 4 | +- **PR Number**: #54 |
| 5 | +- **Title**: Dines/add network policy |
| 6 | +- **Base Branch**: main |
| 7 | +- **Description**: ## Description |
| 8 | + |
| 9 | +<!-- Provide a brief description of your changes --> |
| 10 | + |
| 11 | +**Note:** PR titles should follow [Conventional Commits](https://www.conventionalcommits.org/) format (e.g., `feat(devbox): add support for custom env vars` or `fix(snapshot): resolve pagination issue`) as they are used for automatic release notes generation. |
| 12 | + |
| 13 | +## Type of Change |
| 14 | + |
| 15 | +<!-- Mark the relevant option with an 'x' --> |
| 16 | + |
| 17 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 18 | +- [ ] New feature (non-breaking change which adds functionality) |
| 19 | +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 20 | +- [ ] Documentation update |
| 21 | +- [ ] Code refactoring |
| 22 | +- [ ] Performance improvement |
| 23 | +- [ ] Test updates |
| 24 | + |
| 25 | +## Related Issues |
| 26 | + |
| 27 | +<!-- Link to related issues using #issue-number --> |
| 28 | +Closes # |
| 29 | + |
| 30 | +## Changes Made |
| 31 | + |
| 32 | +<!-- Describe the changes in detail --> |
| 33 | + |
| 34 | +## Testing |
| 35 | + |
| 36 | +<!-- Describe how you tested your changes --> |
| 37 | + |
| 38 | +- [ ] I have tested locally |
| 39 | +- [ ] I have added/updated tests |
| 40 | +- [ ] All existing tests pass |
| 41 | + |
| 42 | +## Checklist |
| 43 | + |
| 44 | +- [ ] My code follows the code style of this project |
| 45 | +- [ ] I have performed a self-review of my own code |
| 46 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 47 | +- [ ] I have updated the documentation accordingly |
| 48 | +- [ ] My changes generate no new warnings |
| 49 | +- [ ] I have added tests that prove my fix is effective or that my feature works |
| 50 | +- [ ] New and existing unit tests pass locally with my changes |
| 51 | +- [ ] Any dependent changes have been merged and published |
| 52 | + |
| 53 | +## Screenshots (if applicable) |
| 54 | + |
| 55 | +<!-- Add screenshots to help explain your changes --> |
| 56 | + |
| 57 | +## Additional Notes |
| 58 | + |
| 59 | +<!-- Any additional information that reviewers should know --> |
| 60 | + |
| 61 | + |
| 62 | +## CI/Build Errors |
| 63 | + |
| 64 | +The following CI/build errors were detected: |
| 65 | + |
| 66 | +### PR Title Check |
| 67 | +- Job: pr-title-check |
| 68 | + - Failed step: Run amannn/action-semantic-pull-request@v5 |
| 69 | + |
| 70 | +**IMPORTANT**: Fix these errors without using eslint-disable, @ts-ignore, or skipping tests. |
| 71 | + |
| 72 | +## Review Guidelines |
| 73 | + |
| 74 | +When reviewing this PR, check for: |
| 75 | +1. Convention violations (code not following existing patterns) |
| 76 | +2. KISS violations (over-engineered or unnecessarily complex code) |
| 77 | +3. Code duplication (new code that duplicates existing functionality) |
| 78 | + |
| 79 | +Use `git diff main...HEAD` to see all changes. |
0 commit comments