Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.23 KB

pull_request_template.md

File metadata and controls

42 lines (27 loc) · 1.23 KB

Pull Request

Description

Please include a summary of the changes and which issue is fixed or which feature is introduced. If it's a new feature, describe the motivation and use case.

Type of Change

Please select the type of change that applies to your PR:

  • Bug Fix
  • New Feature
  • Enhancement (e.g., refactoring, performance improvement)
  • Documentation Update
  • Other (please specify)

Checklist

  • I have checked the README and CONTRIBUTING documents.
  • I have tested my changes locally.
  • I have added necessary documentation or updated existing documentation.
  • My code follows the project's code style guidelines.
  • I have performed a self-review of my code.
  • I have provided unit tests, if applicable.
  • I have updated the version or changelog, if necessary.

Screenshots

If applicable, add screenshots or code snippets to help reviewers understand your changes.

Additional Context

Add any other context or information about the pull request.

Related Issues

List any related issues or tasks that are being addressed by this pull request.

Checklist Legend

  • ✅ (checked)
  • 🔲 (unchecked)