Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.13 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

36 lines (23 loc) · 1.13 KB

Pull Request

Description

Please provide a brief description of the changes made in this pull request. If it's related to a specific issue or feature request, mention that as well.

Impacted Modules

  • Frontend
  • Backend
  • ...

Checklist

Before submitting this PR, make sure you've done the following:

  • My branch is up to date with the main branch.
  • I've followed the branch naming convention: frontend/feature-name for frontend features and backend/feature-name for backend features.
  • My code passes all tests.
  • My code adheres to linting standards.
  • My code meets coverage requirements.
  • I've provided clear and concise documentation for my changes.
  • I've added or updated tests where relevant.
  • My changes don't introduce any breaking issues.

Screenshots (if applicable)

Include any relevant screenshots to visually demonstrate your changes, if applicable.

Related Issues

If this PR is related to any issues or feature requests, please link them here.

Additional Information

Any additional information or context that you think would be useful for reviewers.