- Docs (CHANGES)

- Docs: Add "known regression" as possible commit prefix
This commit is contained in:
Brett Zamir
2018-09-22 10:12:11 +08:00
parent fbffc86503
commit 72b0cee994
2 changed files with 13 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
1. Prefix every change in the commit with one of the following types (and
sort into this order):
- `Security fix: `
- `Known regression: `
- `Breaking change: `
- `Fix: `
- `Fix (<component>): ` Component may be an extension, locale, etc.