Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 897 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

29 lines (20 loc) · 897 Bytes

Pull Request Title 📋

Description A brief description of the changes introduced by this pull request.

Related Issues If this pull request addresses any issues, list them here (e.g., Fixes #123).

Changes

  • Feature 1: Describe what feature 1 does.
  • Feature 2: Describe what feature 2 does.

Testing Explain how you tested your changes and what types of tests you ran (e.g., unit tests, integration tests).

Screenshots Include screenshots if they help explain the changes (e.g., UI changes).

Checklist

  • Code follows the project's coding style guidelines.
  • Changes have been tested and verified.
  • Any necessary configurations or dependencies have been updated.

Additional Notes Add any other context about the pull request here.


Please review the contributing guidelines before submitting your pull request.