Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 934 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

37 lines (23 loc) · 934 Bytes

Pull Request

Description

[Provide a brief description of the changes introduced by this pull request.]

Related Issue

[Closes #issue_number]

Type of Change

Please check the type of change this PR introduces:

  • Bug fix
  • New feature
  • Code refactoring
  • Documentation update
  • Other (please describe)

Checklist

  • I have tested my changes locally.
  • My code follows the project's coding standards.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes do not introduce new linting errors.
  • I have added tests that prove my fix is effective or that my feature works.

Screenshots (if applicable)

[Attach screenshots to help reviewers visualize the changes, if relevant.]

Additional Notes

[Provide any additional information or context that might be helpful for reviewers.]