You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,12 @@ Every PR runs: schema validation of `integration.yaml`, link checking, and the c
30
30
31
31
Want the **Verified** tier? Say so in the PR and include exact reproduction steps. We run it end-to-end; if the documented behavior holds, the tier flips and the index badge follows.
32
32
33
+
Package support floors are declared once in `compatibility.yaml`. An
34
+
integration's `tested_against` block records an exact run, not a version range,
35
+
and CI rejects declarations below the repository floor. Raising a floor is a
36
+
separate compatibility change and must update affected integrations or explain
37
+
their archival path.
38
+
33
39
## What this repo is not
34
40
35
41
- Not a place to ship product code that *requires* changes to core repos - propose those upstream as issues first.
0 commit comments