Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 669 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

15 lines (11 loc) · 669 Bytes

PR Description

Checklist

  • This PR is atomic (i.e., it fixes one issue at a time).
  • The title is a concise semantic commit message (e.g. "fix: correctly handle undefined properties").
  • yarn test runs successfully
  • For new features:
    • Has unit tests.
    • Has documentation under site/docs/ + examples.

Tips: