Skip to content

Commit 7dee9df

Browse files
committed
Added Backward Compatibility message in README.md
1 parent 0d1d351 commit 7dee9df

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,14 @@ meson .. -Dprefix=/usr -Dlibdir=/usr/lib64
6565
ninja
6666
sudo ninja install
6767
```
68+
69+
70+
# Backward Compatibility
71+
No code changes may be introduced that would regress support for any currently supported hardware.
72+
All contributions must ensure continued compatibility and functionality across all supported hardware platforms.
73+
Failure to maintain hardware compatibility may result in the rejection or reversion of the contribution.
74+
75+
Any deliberate modifications or removal of hardware support will be transparently communicated in the release notes.
76+
77+
API options are solely considered as a stable interface.
78+
Any debug parameters, environmental variables, and internal data structures, are not considered as an interface and may be changed or removed at any time.

0 commit comments

Comments
 (0)