Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 716 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

15 lines (12 loc) · 716 Bytes

Description

Fixes #

What does it solve? Were there any particular challenges that you faced and/or things that were not straightforward?

Checklist

  • Keep flags added to the PR up to date
  • Make sure the title describes the code well, description should contain Fixes #number_of_an_issue and a brief decscription of changes
  • Make sure the PR is readable and contains changes only related to a single issue. Otherwise - divide into separate PRs
  • Add a screenshot if there were any UI changes involved
  • Add new tests and make sure all tests are passing
  • Make sure all edge cases are taken into account and covered by tests
  • Run linter and fix all the errors and warnings