Files
svgedit/docs/Contributing.md
Brett Zamir 08bf6f63b8 - Docs: Update testing info; update CHANGES
- `editorconfig`: Use 4 spaces for Markdown
- npm: Rename and group various development scripts
2020-02-20 12:31:06 +08:00

843 B

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.
  1. See Testing.md for other information helpful for contributing.