Skip to content

Commit cbfa0a9

Browse files
authored
docs: explicitly mark the Hooks section experimental (#312)
<!-- Please use this template for your pull request. --> <!-- Please use the sections that you need and delete other sections --> ## This PR <!-- add the description of the PR here --> Even though the README says that no explicit status implies experimental status, I think we should explicitly mark the Hooks section experimental to align with the other sections. ### Related Issues <!-- add here the GitHub issue that this PR resolves if applicable --> ### Notes <!-- any additional notes for this PR --> ### Follow-up Tasks <!-- anything that is related to this PR but not done here should be noted under this section --> <!-- if there is a need for a new issue, please link it here --> ### How to test <!-- if applicable, add testing instructions under this section --> Signed-off-by: Sahid Velji <[email protected]>
1 parent bb2dc2c commit cbfa0a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

specification/sections/04-hooks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ toc_max_heading_level: 4
66

77
# 4. Hooks
88

9+
[![experimental](https://img.shields.io/static/v1?label=Status&message=experimental&color=orange)](https://github.com/open-feature/spec/tree/main/specification#experimental)
10+
911
## Overview
1012

1113
`Hooks` are a mechanism whereby application developers can add arbitrary behavior to flag evaluation. They operate similarly to middleware in many web frameworks.

0 commit comments

Comments
 (0)