Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.33 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

46 lines (28 loc) · 1.33 KB

Pull Request Template

📋 Description

Please include a summary of the changes and the related issue(s). Clearly describe what the pull request does and why it is needed.

  • Related Issue(s): Closes #
  • Type of Change: (Bug fix, New feature, Documentation update, etc.)

🛠️ Changes Made

  • Added/Updated solution for problem <problem-id>: <problem-title>
  • Updated readme.md file for the corresponding problem
  • Fixed bug in <file-name>
  • Improved documentation
  • Added test cases

✅ Checklist

Please ensure the following before submitting your pull request:

  • My code follows the repository's coding style and guidelines.
  • I have tested my code and it works as expected.
  • I have updated the documentation (if applicable).
  • I have added test cases that cover my changes (if applicable).
  • I have linked the related issue(s) in this pull request.

📸 Screenshots (if applicable)

If your changes include UI updates or visual changes, please add screenshots to help reviewers understand the impact of your changes.


💬 Additional Comments

Add any additional context or information about the pull request here. For example, mention if this is a work-in-progress (WIP) or if there are any known issues.


Thank you for contributing! 🎉