Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.34 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

45 lines (29 loc) · 1.34 KB

Contributing rules

  • Fork the repo and create your branch from canary. Then be sure to put the canary branch as the target for your pull request.
  • Please be sure to follow the contributing guidelines, especially for commit message.
  • Remove the Contributing rules part from this description if you like.
  • Fill out the other parts from this description.

If you don't do so, we might change your pull request's title and using squash to merge your changed.

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines.
  • Tests for the changes have been added (for bug fixes / new features).
  • Docs have been added / updated (for bug fixes / new features).

What kind of change does this PR introduce? (check with "x")

  • Bug fix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

Does this PR introduce a breaking change? (check one with "x")

  • Yes
  • No

Description


Verification steps