Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 696 Bytes

pull_request_template.md

File metadata and controls

16 lines (12 loc) · 696 Bytes

Related Issue

Specify the issue this PR addresses, if one exists.

If your PR proposes a major change and you haven't discussed it first with the maintainers, we strongly encourage you to first raise an issue for discussion. This will help avoid waste of effort.

Changes

Describe the changes proposed in this PR.

Declaration

  • I have followed the Contribution Guidelines.
  • All tests are passing.
  • ESLint doesn't produce any warnings.
  • ESLint doesn't produce any errors.
  • I'm awesome.

NOTE: It is fine if ESLint does produce warnings for your PR if there is a good reason for it.