Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.43 KB

File metadata and controls

51 lines (42 loc) · 1.43 KB

Pull Request Template

name: Pull Request about: Create a pull request title: '' labels: '' assignees: ''


Description

Brief description of the changes in this PR.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Performance improvement
  • Code refactoring

Changes Made

  • List the main changes
  • Include any new dependencies
  • Mention configuration changes

Testing

  • I have tested these changes locally
  • All existing tests pass
  • New tests have been added (if applicable)
  • Docker build succeeds
  • Application starts correctly

Docker Testing

  • make build succeeds
  • make dev works correctly
  • make prod starts successfully
  • Health check endpoint responds

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

Screenshots (if applicable)

Add screenshots to help explain your changes.

Additional Notes

Any additional information, context, or notes about the PR.