Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.08 KB

File metadata and controls

31 lines (23 loc) · 1.08 KB

Pull Request Template

Description

Please include a summary of the changes and the related issue. Clearly describe the purpose of the pull request.

Fixes # (issue)

Type of Change

Please delete options that are not relevant:

  • Bug fix (non-breaking change which fixes an issue)
  • Improvements (non-breaking changes such as refactoring, performance optimization, etc.)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (bug fix, new feature, dependency upgrade, etc.)
  • Documentation update
  • Other (please specify):

Checklist

  • My code follows the 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.
  • New and existing unit tests pass locally with my changes.
  • I have updated the documentation to reflect my changes (if applicable).
  • I agree to follow this project's Code of Conduct.