Files
svgedit/docs/Contributing.md
Brett Zamir 8d179aee0c - Deprecated: Should now use avoidClientSideDownload in place of
`avoidClientSide` (config for `ext-server_opensave.js`).
- Enhancement: Added `avoidClientSideOpen` config for
    `ext-server_opensave.js`
- npm: Update devDeps (including switching from deprecate opn-cli
    package to open-cli)
2019-05-21 17:50:56 +08:00

24 lines
759 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: `
- `Deprecated:`
- `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.