Browse Source

docs: add and describe a new commit type

pull/2478/head
TheDiaval 6 years ago
parent
commit
abc2b35943
  1. 1
      npm/ng-packs/CONTRIBUTING.md

1
npm/ng-packs/CONTRIBUTING.md

@ -76,6 +76,7 @@ Must be one of the following:
- **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
- **chore**: Other changes that don't modify src or test files
### Scope

Loading…
Cancel
Save