Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 943 Bytes

pull_request_template.md

File metadata and controls

26 lines (18 loc) · 943 Bytes

Description

Please include a summary of the change.

Fixes # (issue number, if there is one)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

If something is unclear, please submit the PR anyways and ask about what you thought was unclear.

  • This branch is based on develop
  • This PR is targeted to merge into develop (not master)
  • I have added an entry under [next] in CHANGELOG.md
  • I have formatted my code with flutter format
  • I have made corresponding changes to the documentation
  • I have added examples for new features in doc/examples
  • The continuous integration (CI) is passing