Skip to content

Commit

Permalink
chore: add badges to readme
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <[email protected]>
  • Loading branch information
beeme1mr authored Nov 13, 2023
1 parent 397ff70 commit bf4b901
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,23 @@
</a>
<!-- x-release-please-end -->

<!-- TODO: update this when we have it set up
<br/>
<!-- TODO: update this when we have it set up
<a href="https://bestpractices.coreinfrastructure.org/projects/6601">
<img alt="CII Best Practices" src="https://bestpractices.coreinfrastructure.org/projects/6601/badge" />
</a>
</p>
-->
<a href="https://crates.io/crates/open-feature">
<img alt="Crates.io" src="https://img.shields.io/crates/v/open-feature" />
</a>
<a href="https://www.rust-lang.org/tools/install">
<img alt="Min rust version" src="https://img.shields.io/badge/rust-%3E=1.70.0-blue.svg" />
</a>
<a href="https://www.repostatus.org/#wip">
<img alt="Repo status" src="https://www.repostatus.org/badges/latest/wip.svg" />
</a>
</p>

<!-- x-hide-in-docs-start -->

[OpenFeature](https://openfeature.dev) is an open standard that provides a vendor-agnostic, community-driven API for feature flagging that works with your favorite feature flag management tool.
Expand Down

0 comments on commit bf4b901

Please sign in to comment.