Files
svgedit/docs/Contributing.md
Brett Zamir 052a2c4571 - Docs: Add CHANGES info for npm 3.0.0-alpha.1 (i.e., changes between 2.8.1 and alpha.2)
- Docs: Add "optimization" and "localization" as commit prefixes
2018-10-22 10:58:39 +08:00

23 lines
741 B
Markdown

# Contributing
1. 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: `
- `Compatibility fix: `
- `Fix: `
- `Fix (<component>): ` - Component may be an extension, locale, etc.
- `Forward compatibility enhancement: `
- `Enhancement: `
- `Optimization: ` - Performance enhancements
- `Localization:`
- `Update: ` - e.g., if updating a bundled library or updating code per a
dependency's updated new API
- `Refactoring: `
- `Linting (<type>):` - Linting by type, e.g., "ESLint"
- `Testing:`
- `Docs: `
- `Build: `
- `npm` - Updates to dependencies, npm version, etc.