Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 748 Bytes

File metadata and controls

29 lines (21 loc) · 748 Bytes

Description

Type of Change

  • feat: A new feature
  • fix: A bug fix
  • docs: Documentation changes
  • style: Code style changes (formatting, etc)
  • refactor: Code changes that neither fix bugs nor add features
  • perf: Performance improvements
  • test: Adding or fixing tests
  • chore: Changes to build process or auxiliary tools
  • ci: Changes to CI configuration
  • revert: Reverting previous commits

Checklist

  • Code follows style guidelines
  • Documentation updated
  • No new warnings generated

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

  • Test A
  • Test B