|
| 1 | +## Description |
| 2 | +<!-- Provide a brief description of what this PR does --> |
| 3 | + |
| 4 | +## Type of Change |
| 5 | +<!-- Mark the relevant option with an "x" --> |
| 6 | + |
| 7 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 8 | +- [ ] New feature (non-breaking change which adds functionality) |
| 9 | +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 10 | +- [ ] Documentation update |
| 11 | +- [ ] Performance improvement |
| 12 | +- [ ] Code refactoring |
| 13 | +- [ ] Security enhancement |
| 14 | + |
| 15 | +## Related Issue |
| 16 | +<!-- Link to the issue this PR addresses --> |
| 17 | +Closes #(issue number) |
| 18 | + |
| 19 | +## How Has This Been Tested? |
| 20 | +<!-- Describe the tests you ran to verify your changes --> |
| 21 | + |
| 22 | +- [ ] Screenshot endpoint |
| 23 | +- [ ] PDF endpoint |
| 24 | +- [ ] Evaluate endpoint |
| 25 | +- [ ] Health check |
| 26 | +- [ ] Docker build |
| 27 | +- [ ] Docker Compose |
| 28 | +- [ ] Manual testing |
| 29 | + |
| 30 | +**Test Configuration**: |
| 31 | +- OS: |
| 32 | +- Node.js version: |
| 33 | +- Browser engine: |
| 34 | + |
| 35 | +## Screenshots (if applicable) |
| 36 | +<!-- Add screenshots to help explain your changes --> |
| 37 | + |
| 38 | +## Checklist |
| 39 | +<!-- Mark completed items with an "x" --> |
| 40 | + |
| 41 | +- [ ] My code follows the style guidelines of this project |
| 42 | +- [ ] I have performed a self-review of my own code |
| 43 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 44 | +- [ ] I have made corresponding changes to the documentation |
| 45 | +- [ ] My changes generate no new warnings |
| 46 | +- [ ] I have tested my changes locally |
| 47 | +- [ ] I have tested with Docker (if applicable) |
| 48 | +- [ ] I have updated the CHANGELOG.md (if applicable) |
| 49 | + |
| 50 | +## Additional Notes |
| 51 | +<!-- Add any additional notes or context about the PR here --> |
0 commit comments