Markdown Status Badges - samuelkripto/styleguide GitHub Wiki

Maintenance

Badge Description Code
maintenance-status actively-developed: New features are being added and bugs are being fixed. ![maintenance-status](https://img.shields.io/badge/maintenance-actively--developed-brightgreen.svg)
maintenance-status passively-maintained: There are no plans for new features, but the maintainer intends to respond to issues that get filed. ![maintenance-status](https://img.shields.io/badge/maintenance-passively--maintained-yellowgreen.svg)
maintenance-status as-is: The crate is feature complete, the maintainer does not intend to continue working on it or providing support, but it works for the purposes it was designed for. ![maintenance-status](https://img.shields.io/badge/maintenance-as--is-yellow.svg)
maintenance-status experimental: The author wants to share it with the community but is not intending to meet anyone's particular use case. ![maintenance-status](https://img.shields.io/badge/maintenance-experimental-blue.svg)
maintenance-status looking-for-maintainer: The current maintainer would like to transfer the crate to someone else. ![maintenance-status](https://img.shields.io/badge/maintenance-looking--for--maintainer-orange.svg)
maintenance-status deprecated: The maintainer does not recommend using this crate (the description of the crate can describe why, there could be a better solution available or there could be problems with the crate that the author does not want to fix). ![maintenance-status](https://img.shields.io/badge/maintenance-deprecated-red.svg)

Stability

Status Description Code
experimental "try it only in toy projects". ![experimental](https://kotl.in/badges/experimental.svg)
alpha "use at your own risk, expect migration issues" ![alpha](https://kotl.in/badges/alpha.svg)
beta "you can use it, we will do our best to minimize migration issues for you".It is almost done (but it is not 100% finished), so changes are possible. ![beta](https://kotl.in/badges/beta.svg)
stable "use it even in most conservative scenarios".It is done, and we will be evolving it with backward compatibility. ![stable](https://kotl.in/badges/stable.svg)