Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 903 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

29 lines (18 loc) · 903 Bytes

Things to consider before you submit the PR:

  • Has CHANGELOG.md been updated?
  • Are tests passing locally?
  • Are the files formatted correctly?
  • Did you add unit tests?
  • Did you check UI tests on the sample app? They are not executed on CI.
  • Did you test your change with either the sample apps that are included in the repository or with a blank app that uses your change?

Description

A few sentences describing the overall goals of the pull request.

Related PRs or issues

List related PRs and other issues.

Misc

Add what's missing, notes on what you tested, additional thoughts or questions.