855 B
855 B
Contributing
- Prefix every change in the commit (and change log) with one of the following types (and sort in both places into this order):
Security fix:
Known regression:
Breaking change:
Deprecated:
Compatibility fix:
Fix:
Fix (<component>):
- Component may be an extension, locale, etc.Forward compatibility enhancement:
Enhancement:
Optimization:
- Performance enhancementsLocalization:
Docs:
Update:
- e.g., if updating a bundled library or updating code per a dependency's updated new APIRefactoring:
Linting (<type>):
- Linting by type, e.g., "ESLint"Testing (<UI|Unit>):
Build:
npm
- Updates to dependencies, npm version, etc.
- See
Testing.md
for other information helpful for contributing.