fix(#20): Add Definition of Done to CONTRIBUTING.md and TESTING.md
Some checks are pending
Docker Test / test (push) Waiting to run

This commit is contained in:
OpenClaw 2026-03-06 23:56:36 +00:00
parent 2b09cf05eb
commit 58424f0530
2 changed files with 63 additions and 0 deletions

15
docs/testing.md Normal file
View file

@ -0,0 +1,15 @@
# Testing
This document describes the testing strategy for the project.
## Definition of Done
Each change must meet the following criteria before being merged:
- [ ] All tests pass (smoke, unit, integration)
- [ ] Security review completed
- [ ] Documentation updated
- [ ] Rollback instructions provided if applicable
- [ ] Code reviewed by at least one other team member
For more details on how to run tests, see the [CONTRIBUTING.md](../CONTRIBUTING.md) file.