Definition Of Done

Code Complete
Acceptance criteria met
All tasks associated to the work item marked as Done
Test the code yourself
Your code is safe to check-in to a code repository

Private data and secrets must not be plainly visible in the code. Cybersecurity concerns must be handled according to TC and GoC standards. It is possible to scan your code repository using tools during Continuous Integration processes.

Your Product Backlog Item (PBI) is up-to-date

Ensure all discussions, attachments, URLs, screenshots and any other information that further clarifies or defines how the work was done is included in the PBI.

Pull Request Approved
Test for impact on other business lines
UX/UI design compliant
Product Owner Notified and Accepts Work
Documentation updated (if required)