Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 353 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (8 loc) · 353 Bytes

Commit syntax

As of 2.0.2 I've been trying to stick to Conventional Commits spec, with the following types:

  • fix: Fixing a bug
  • enh: Improving a feature
  • feat: Adding a feature
  • docs: Updating documentation
  • refac: Changing structure without functional changes
  • sys: Admin type stuff