Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 868 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

27 lines (22 loc) · 868 Bytes

🚀 Pull Request

Summary

Provide a brief summary of the changes you are submitting in this pull request.

Related Issue(s)

Link to any issue(s) addressed by this PR (e.g., "Fixes #123" or "Related to #456").

Changes Made

Describe the main changes or updates included in this PR:

  • Added/Modified/Fixed...
  • Refactored...
  • Updated dependencies...

Testing Instructions

Explain how reviewers can verify your changes. Provide detailed steps if necessary:

  1. Set up the environment...
  2. Run specific tests...
  3. Confirm expected results...

Checklist

  • Code follows the project’s style guide.
  • Documentation has been updated (if needed).
  • Tests have been added or updated (if applicable).
  • All tests pass locally.

Additional Notes

Include any additional information (e.g., edge cases addressed, known issues, or related PRs).