Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 653 Bytes

File metadata and controls

23 lines (19 loc) · 653 Bytes

Pull Request

Thank you for your contribution!

Description

Please describe your changes clearly and link any related issue(s).
(e.g., Fixes #123, Closes #45)

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Refactor
  • Other (please describe):

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 updated documentation (README, Usage, etc.)
  • My changes generate no new warnings or errors
  • I have added tests (if applicable)
  • All tests pass locally with my changes