Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 639 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

16 lines (12 loc) · 639 Bytes

Explain what you're changing and why here.


📝 Checklist

Please check this list and leave it intact for the reviewer. Thanks! ❤️

  • Commit messages provide context (why not just what, some tips here).
  • If relevant, mention GitHub issue number above and include in a commit message.
  • Latest code from master merged.
  • New behaviour has test coverage.
  • Avoid duplicating code.
  • No commented out code.
  • Avoid comments for your code, write code that explains itself.
  • Changes are simple, useful, clear and brief.