Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.1 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

36 lines (23 loc) · 1.1 KB

Pull Request Template

Description

Please include a summary of the changes made in this pull request. Include any relevant context or background information.

  • What issue does this pull request address?
  • What are the main changes introduced in this pull request?

Type of Change

Please mark the type of change your pull request introduces:

  • Bugfix
  • New feature
  • Documentation update
  • Other (please specify):

Checklist

Please ensure your pull request meets the following criteria:

  • I have read the CONTRIBUTING.md document.
  • My code follows the existing style guidelines of this project.
  • I have performed a self-review of my code.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have updated the documentation (if applicable).
  • I have included any necessary screenshots or examples (if applicable).

Related Issues

Please link any related issues here (e.g., "Fixes #123", "Related to #456").

Additional Notes

Please provide any additional information or context that may be helpful for the reviewers.