Files
svgedit/docs/Contributing.md
Brett Zamir 71b2b33e41 - Fix: Avoid errors occurring in Chrome now for supportsGoodTextCharPos
- Linting: Avoid Jamilih file in doc linting
- Testing: Add testcafe (ESLint plugin/rules, accessibility test
  (failing), ui test beginnings (passing))
- Docs: Add "Testing" prefix to contributing file
- npm: Bump to 3.0.0-rc.3
2018-09-30 12:13:34 +08:00

615 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:
  • Compatibility fix:
  • Fix:
  • Fix (<component>): Component may be an extension, locale, etc.
  • Forward compatibility enhancement:
  • Enhancement:
  • Refactoring:
  • Linting (<type>): - Linting by type, e.g., "ESLint"
  • Testing:
  • Docs:
  • Update: - e.g., if updating a bundled library
  • Build:
  • npm - Updates to dependencies, npm version, etc.