Skip to content

Commit 492e399

Browse files
authored
feat: update score range (#18)
1 parent 3c36880 commit 492e399

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

content/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ Your score will generate one of the following badges:
5858

5959
| Level | Score Range | Badge |
6060
|---------|-------------| ------|
61-
| WIP | 0% | ![WIP](https://img.shields.io/badge/DevOps%20Maturity-WIP-red.svg) |
62-
| PASSING | 1–49% | ![PASSING](https://img.shields.io/badge/DevOps%20Maturity-PASSING-green.svg) |
63-
| BRONZE | 50–69% | ![BRONZE](https://img.shields.io/badge/DevOps%20Maturity-BRONZE-yellow.svg) |
64-
| SILVER | 70–89% | ![SILVER](https://img.shields.io/badge/DevOps%20Maturity-SILVER-silver.svg) |
65-
| GOLD | 90–100% | ![GOLD](https://img.shields.io/badge/DevOps%20Maturity-GOLD-gold.svg) |
61+
| WIP | 0 - 29 | ![WIP](https://img.shields.io/badge/DevOps%20Maturity-WIP-red.svg) |
62+
| PASSING | 30 - 49 | ![PASSING](https://img.shields.io/badge/DevOps%20Maturity-PASSING-green.svg) |
63+
| BRONZE | 50 - 69 | ![BRONZE](https://img.shields.io/badge/DevOps%20Maturity-BRONZE-yellow.svg) |
64+
| SILVER | 70 - 89 | ![SILVER](https://img.shields.io/badge/DevOps%20Maturity-SILVER-silver.svg) |
65+
| GOLD | 90 - 100 | ![GOLD](https://img.shields.io/badge/DevOps%20Maturity-GOLD-gold.svg) |
6666

6767
## Criteria Reference
6868

content/_index.zh.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ _提出新的评估项?_ 请[提交 issue](https://github.com/devops-maturity/
5858

5959
| 等级 | 分数范围 | 徽章 |
6060
|---------|-----------|------|
61-
| WIP | 0% | ![WIP](https://img.shields.io/badge/DevOps%20Maturity-WIP-red.svg) |
62-
| PASSING | 1–49% | ![PASSING](https://img.shields.io/badge/DevOps%20Maturity-PASSING-green.svg) |
63-
| BRONZE | 50–69% | ![BRONZE](https://img.shields.io/badge/DevOps%20Maturity-BRONZE-yellow.svg) |
64-
| SILVER | 70–89% | ![SILVER](https://img.shields.io/badge/DevOps%20Maturity-SILVER-silver.svg) |
65-
| GOLD | 90100% | ![GOLD](https://img.shields.io/badge/DevOps%20Maturity-GOLD-gold.svg) |
61+
| WIP | 0 - 29 | ![WIP](https://img.shields.io/badge/DevOps%20Maturity-WIP-red.svg) |
62+
| PASSING | 30 - 49 | ![PASSING](https://img.shields.io/badge/DevOps%20Maturity-PASSING-green.svg) |
63+
| BRONZE | 50 - 69 | ![BRONZE](https://img.shields.io/badge/DevOps%20Maturity-BRONZE-yellow.svg) |
64+
| SILVER | 70 - 89 | ![SILVER](https://img.shields.io/badge/DevOps%20Maturity-SILVER-silver.svg) |
65+
| GOLD | 90 - 100 | ![GOLD](https://img.shields.io/badge/DevOps%20Maturity-GOLD-gold.svg) |
6666

6767
## 评估项代码说明
6868

0 commit comments

Comments
 (0)