Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (14 loc) · 2.14 KB

lifecycle-badges.md

File metadata and controls

26 lines (14 loc) · 2.14 KB

Project Lifecycle Badges

A project lifecycle badge should be included in the readme and will indicate what stage in its lifecycle a project is currently in. These badges allow readers to quickly determine what state the project is in, and whether they should investigate further into learning more about the project.

Usage

Repo-mountie will only recognize project lifecycle badges if they are used with the provided image URLs. Please use the URLs provided, not the images.

Lifecycle:Experimental - [![Lifecycle:Experimental](https://img.shields.io/badge/Lifecycle-Experimental-339999)](<Redirect-URL>)
The project is in the very early stages of development. The codebase will be changing frequently.

Lifecycle:Maturing - [![Lifecycle:Maturing](https://img.shields.io/badge/Lifecycle-Maturing-007EC6)](<Redirect-URL>)
The codebase is being roughed out, but finer details are likely to change.

Lifecycle:Stable - [![Lifecycle:Stable](https://img.shields.io/badge/Lifecycle-Stable-97ca00)](<Redirect-URL>)
The project is in a reliable state and major changes are unlikely to happen.

Lifecycle:Dormant - [![Lifecycle:Dormant](https://img.shields.io/badge/Lifecycle-Dormant-ff7f2a)](<Redirect-URL>)
The project is currently not under active development, but there are plans to redevelop.

Lifecycle:Retired - [![Lifecycle:Retired](https://img.shields.io/badge/Lifecycle-Retired-d45500)](<Redirect-URL>)
The project is no longer being used and/or supported.