Add unit test requirement

Documenting best practice that all new features need to come with unit
tests. This satisfies https://www.bestpractices.dev/en/projects/5719#quality

Signed-off-by: Dan Middleton <dmiddleton@nvidia.com>
This commit is contained in:
Dan Middleton
2025-09-26 15:21:19 -05:00
committed by Mikko Ylinen
parent 3c25b5403b
commit 718fee9f11

View File

@@ -78,6 +78,8 @@ with the community as early as possible. Consider making an `RFC` issue
that explains the changes. You might also try to break large contributions
into smaller steps.
Any new feature must be accompanied by new unit tests.
### Making a Pull Request
If you aren't familiar with Git or the GitHub PR workflow, take a look at [this section](https://github.com/kata-containers/community/blob/main/CONTRIBUTING.md#github-workflow)