2018-09-21 02:56:07 +00:00
|
|
|
# Contributing
|
|
|
|
|
|
|
|
1. Prefix every change in the commit with one of the following types (and
|
|
|
|
sort into this order):
|
|
|
|
- `Security fix: `
|
2018-09-22 02:12:11 +00:00
|
|
|
- `Known regression: `
|
2018-09-21 02:56:07 +00:00
|
|
|
- `Breaking change: `
|
|
|
|
- `Fix: `
|
|
|
|
- `Fix (<component>): ` Component may be an extension, locale, etc.
|
|
|
|
- `Enhancement: `
|
|
|
|
- `Refactoring: `
|
|
|
|
- `Linting (<type>):` - Linting by type, e.g., "ESLint"
|
|
|
|
- `Docs: `
|
|
|
|
- `Update: ` - e.g., if updating a bundled library
|
|
|
|
- `Build: `
|
|
|
|
- `npm` - Updates to dependencies, npm version, etc.
|