ash/PULL_REQUEST_TEMPLATE.md
2020-06-01 14:16:26 -04:00

556 B

Contributor checklist

  • My commit messages follow the Conventional Commit Message Format For example: fix: Multiply by appropriate coefficient, or feat(Calculator): Correctly preserve history Any explanation or long form information in your commit message should be in a separate paragraph, separated by a blank line from the primary message
  • Bug fixes include regression tests
  • Features include unit/acceptance tests