Definition of Done
A task, issue or contribution is considered done when:
- All knwon edge cases, regressions or limitations are addressed - or documented if unresolvable.
- The code follows naming conventions and project standards.
- The solution has been tested locally and works as intended.
- Documentation changes and additions are included in the PR.
- Necessary migrations, if any, are included in the PR.
- There is no leftover commented-out code, print statements, or temporary work artifacts.
- Non-trivial code portions include meaningful comments explaining its purpose and reasoning.
Use this as a checklist before stating that your contribution is complete.