Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/testing-evidence.md
Original file line number Diff line number Diff line change
@@ -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