Skip to content

Commit b1ae5f3

Browse files
pszymichigcbot
authored andcommitted
Update OS readme
Add information about API stability.
1 parent ae49991 commit b1ae5f3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,24 @@ More documentation is available in the [documentation](./documentation) director
6161
* Intel® Gen9 graphics
6262

6363

64+
No code changes may be introduced that would regress support for any currently supported hardware.
65+
All contributions must ensure continued compatibility and functionality across all supported hardware platforms.
66+
Failure to maintain hardware compatibility may result in the rejection or reversion of the contribution.
67+
68+
Any deliberate modifications or removal of hardware support will be transparently communicated in the release notes.
69+
70+
API options are solely considered as a stable interface.
71+
Any debug parameters, environmental variables, and internal data structures, are not considered as an interface and may be changed or removed at any time.
72+
73+
6474
## How to provide feedback
6575

6676
If you have any feedback or questions, please open an issue through the native github.com interface: https://github.com/intel/intel-graphics-compiler/issues.
6777

6878

6979
## How to contribute
7080

71-
Create a pull request on github.com with your changes. Ensure that your modifications build without errors.
81+
Create a pull request on github.com with your changes.
82+
Ensure that your modifications build without errors.
7283
A maintainer will get in touch with you if there are any inquiries or concerns.
84+

0 commit comments

Comments
 (0)