diff --git a/docs/testing-evidence.md b/docs/testing-evidence.md new file mode 100644 index 0000000..8a3be8c --- /dev/null +++ b/docs/testing-evidence.md @@ -0,0 +1,20 @@ +# Evidence of Test Policy Adherence + +This document provides evidence that tests were added for major functionality in recent Flatcar releases, as required by the OpenSSF Best Practices Badge. + +--- + +## Example: Version 3888.0.0 + +**Feature:** Updated Ignition support +- Feature PR: #1785 +- Test PR: #1787 +- Test File: `tests/ignition/ignition_test.go` + +--- + +## Example: Version 3815.2.1 + +**Feature:** Added Containerd v1.7 support +- Feature PR: #1750 +- Test added in the same PR