Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 1023 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

21 lines (19 loc) · 1023 Bytes

Pull Request

Description

Provide a brief summary of the changes in this pull request and any relevant context or details. Explain the purpose of this PR and the problem it addresses.

Related Issues

Link to any related issues using the format: Fixes # or Resolves #.

Types of Changes

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Checklist

My code follows the style guidelines of this project -[ ] I have performed a self-review of my code -[ ] I have commented my code where necessary -[ ] I have made corresponding changes to the documentation -[ ] I have tested the theme and verified the changes -[ ] New and existing unit tests pass locally with my changes

Additional Notes

Add any additional information or screenshots that may help reviewers understand your changes.