Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 559 Bytes

DefinitionOfDone.md

File metadata and controls

15 lines (14 loc) · 559 Bytes

Definition of Done

  1. Necessary unit tests were created
  2. Necessary end-to-end tests were created
  3. Accessibility for new components was checked
  4. There is no warning or errors in the console
  5. There is no unnecessary console.log
  6. Open TODOs were checked
  7. Refactor of code was made
  8. Unit tests passed
  9. End-to-end tests passed
  10. Dependencies were updated
  11. Changes were manually tested on desktop version
  12. Changes were manually tested on mobile version
  13. Changes were tested in dark/light mode