Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.9 KB

File metadata and controls

36 lines (29 loc) · 1.9 KB

An appropriate title for your pull request, describing the change in a few words

Why the pull request was made

Describe why the pull request was made, what problem it solves, and how it improves the project. If there is an issue related to this pull request, please link it here.

Summary of changes

Describe the changes made in the pull request, including any new features, bug fixes, or improvements. If applicable, include any relevant code snippets or examples to illustrate the changes.

Screenshots (if appropriate):

If a screenshot is helpful to illustrate the changes, please include it here.

How has this been tested?

Describe how the changes were tested, including any unit tests, integration tests, or manual testing performed.

Resources

If applicable, include links to any relevant documentation, articles, or resources that provide additional context for the changes made in this pull request.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (changes to documentation only)
  • Refactor / code style update (non-breaking change that improves code structure or readability)
  • Tests / CI improvement (adding or updating tests or CI configuration only)
  • Chore / maintenance (non-breaking change that does not affect functionality, such as updating dependencies or fixing typos)
  • Other (please describe):

Checklist

  • Followed the project's contributing guidelines.
  • Updated any relevant tests.
  • Updated any relevant documentation.
  • Added comments to your code where necessary.
  • Formatted your code, run the linters, checked types and tests.
  • Added your changes to the CHANGELOG file, if applicable.