Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 774 Bytes

File metadata and controls

29 lines (21 loc) · 774 Bytes

Definition of Done (DoD)

An issue is considered done when all of the following are checked:

Code

  • Code is written and works as expected
  • No console errors or warnings
  • Code follows the project style (consistent naming, formatting)

Review

  • Code has been reviewed by at least one teammate
  • Reviewer approved the pull request

Testing

  • Feature was tested locally
  • No broken functionality in other parts of the app

Documentation

  • README or relevant docs updated (if needed)
  • Comments added for complex logic

Git

  • Commit messages are clear and descriptive
  • Branch is merged to main
  • Issue is closed on GitHub

If all boxes are checked, the issue is done.