6kn# | Angular Conventional Commit types
https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#commit
Saved on 2023-09-25 [19625 edays] via github.com
Modified 2023-09-25 [19625 edays]
programming

  • build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
  • ci: Changes to our CI configuration files and scripts (example -scopes: Travis, Circle, BrowserStack, SauceLabs)
  • docs: Documentation only changes
  • feat: A new feature
  • fix: A bug fix
  • perf: A code change that improves performance
  • refactor: A code change that neither fixes a bug nor adds a feature
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • test: Adding missing tests or correcting existing tests

If the commit reverts a previous commit, it should begin with revert: , followed by the header of the reverted commit.