An open API service indexing awesome lists of open source software.

https://github.com/kenpusney/badges

A list of badges for github repository status tracking
https://github.com/kenpusney/badges

Last synced: 5 months ago
JSON representation

A list of badges for github repository status tracking

Awesome Lists containing this project

README

          

# badges
A list of badges for github repository status tracking

## Project status

### Introduction

Project status indicates whether current status is active maintained/supported and ready for production use.

Usually you should consider ![Active](https://img.shields.io/badge/status-active-brightgreen.svg) and ![Featured](https://img.shields.io/badge/status-featured-blue.svg) project for production usage
and avoid ![Abandoned](https://img.shields.io/badge/status-abandoned-red.svg) or ![Deprecated](https://img.shields.io/badge/status-deprecated-yellow.svg) project.

For ![Inactive](https://img.shields.io/badge/status-inactive-lightgrey.svg) we may still provide support.

And we have many ![Experimental](https://img.shields.io/badge/status-experimental-orange.svg) projects and we encourage everyone try that and provide your feedback.

### Badges

- ![Abandoned](https://img.shields.io/badge/status-abandoned-red.svg): This project is no longer maintained and is not recommended
- ![Active](https://img.shields.io/badge/status-active-brightgreen.svg): This project is active and probably have significant changes breaks previous verison
- ![Deprecated](https://img.shields.io/badge/status-deprecated-yellow.svg): This project is no longer active but there is a replacement
- ![Featured](https://img.shields.io/badge/status-featured-blue.svg): This project is active and production ready
- ![Inactive](https://img.shields.io/badge/status-inactive-lightgrey.svg): This project can be used but not actively maintained, you can still contact me for support
- ![Experimental](https://img.shields.io/badge/status-experimental-orange.svg): This project is in experiment, it is not recommend to use it in production, but encourage to help test and feedback.

### Code

```markdown
- ![Abandoned](https://img.shields.io/badge/status-abandoned-red.svg)
- ![Active](https://img.shields.io/badge/status-active-brightgreen.svg)
- ![Deprecated](https://img.shields.io/badge/status-deprecated-yellow.svg)
- ![Featured](https://img.shields.io/badge/status-featured-blue.svg)
- ![Inactive](https://img.shields.io/badge/status-inactive-lightgrey.svg)
- ![Experimental](https://img.shields.io/badge/status-experimental-orange.svg)
```

## Project category

### Badges

- ![Automation](https://img.shields.io/badge/profile-automation-blue.svg): Automation scripts/frameworks for development, testing and ops, also including automated daily activities
- ![Service](https://img.shields.io/badge/profile-service-blue.svg): Service framework for specific domain purpose, can be hosted by server
- ![Specification](https://img.shields.io/badge/profile-specification-blue.svg): Specification document/schema, including protocols, definitions or design
- ![System](https://img.shields.io/badge/profile-system-blue.svg): System level software, including programming languages, database, vm or drivers, etc.
- ![Utilities](https://img.shields.io/badge/profile-utilities-blue.svg): Otherwise.

### Code

```markdown
- ![Automation](https://img.shields.io/badge/profile-automation-blue.svg)
- ![Service](https://img.shields.io/badge/profile-service-blue.svg)
- ![Specification](https://img.shields.io/badge/profile-specification-blue.svg)
- ![System](https://img.shields.io/badge/profile-system-blue.svg)
- ![Tools](https://img.shields.io/badge/profile-tools-blue.svg)
```

## Proposal/issue status

### Badges

- ![New](https://img.shields.io/badge/status-new-yellow.svg): Just created proposal / issue, to be discussed
- ![Rejected](https://img.shields.io/badge/status-rejected-red.svg): Rejected
- ![Approved](https://img.shields.io/badge/status-approved-brightgreen.svg): Approved
- ![Replaced by xxx](https://img.shields.io/badge/status-relpaced_by_xxx-lightgrey.svg): This issue is covered in another one, and this one should be inactive
- ![Implemented](https://img.shields.io/badge/status-implemented-blue.svg): This issue have been implemented.

### Code

```markdown
- ![New](https://img.shields.io/badge/status-new-yellow.svg)
- ![Rejected](https://img.shields.io/badge/status-rejected-red.svg)
- ![Approved](https://img.shields.io/badge/status-approved-brightgreen.svg)
- ![Replaced by xxx](https://img.shields.io/badge/status-relpaced_by_xxx-lightgrey.svg)
- ![Implemented](https://img.shields.io/badge/status-implemented-blue.svg)
```