Files
svgedit/docs/Contributing.md
Brett Zamir 97f64d2189 - Refactoring: Move build-html to build directory
- Optimization: Remove old build/tools closure/yuicompressor code
- Testing: Produce mochawesome report
- Testing: Cypress with multiple reporters (was expecting we'd need, but doesn't hurt to add for now)
- Docs: Add testing badge
- Docs: Reprioritize `docs` in commit lists (prioritize user-facing)
- npm: Update `package-lock.json` (seems to have fixed so Cypress shows incremental results)
2020-01-06 13:42:52 +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:`
- `Docs: `
- `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:`
- `Build: `
- `npm` - Updates to dependencies, npm version, etc.