Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 913 Bytes

pull_request_template.md

File metadata and controls

34 lines (24 loc) · 913 Bytes

Description

Checklist

  • The title of the PR is clear and descriptive.
  • All tests have been run and passed.
  • Code follows project conventions (Biome formatting, linting).
  • Documentation has been updated as needed.
  • Commit messages follow the Conventional Commits style.

Type of Change

  • Bugfix
  • Feature
  • Refactor
  • Chore
  • Documentation
  • Test

Testing

Manual Testing

Automated Tests

  • Unit tests added or updated
  • Integration tests added or updated
  • E2E tests added or updated

Additional Notes