Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.92 KB

pull_request_template.md

File metadata and controls

56 lines (41 loc) · 1.92 KB

Description

Related issue(s)

Resolves

✅ Checklist for your Pull Request

Related changes (conditional)

  • Tests

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

  • Public contracts

    • Any modifications of public contracts comply with the Evolution of Public Contracts policy.
    • I added an entry to the changelog if my changes are visible to the users and
    • provided a migration guide for breaking changes if possible

Stylistic guide (mandatory)