loopback/.github/PULL_REQUEST_TEMPLATE.md

892 B

Type of change

  • SEMVER-MAJOR -- Backwards-incompatible changes
  • SEMVER-MINOR -- Add functionality in a backwards-compatible manner
  • SEMVER-PATCH -- Backwards-compatible bug fixes

Description of change(s)

Checklist

  • CLA signed
  • Commit message conforms with the Git commit message guidelines
  • New tests are added to cover all changes
  • Code passes npm test
  • Code conforms with the style guide
  • All CI builds are passing (semi-required, left up to discretion of the reviewer)