Skip to content

Commit 4804d72

Browse files
authored
Added label badges to readme
1 parent 998ac37 commit 4804d72

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
[![Stories in Ready](https://badge.waffle.io/json-schema-org/json-schema-org.github.io.png?label=ready&title=Ready)](https://waffle.io/json-schema-org/json-schema-org.github.io)
21
## Repo for the JSON Schema website!
32

43
This repo is currently undergoing a complete restructuring and removing of content not related to the website.
@@ -8,6 +7,15 @@ For current work on JSON Schema, please see https://github.com/json-schema-org/j
87

98
The JSON Schema web site is at http://json-schema.org
109

10+
## Status
11+
For the current status of issues and pull requests, please see the following labels
12+
13+
[![Available](https://img.shields.io/waffle/label/json-schema-org/json-schema-org.github.io/Status:%20Available.svg?style=flat)](https://github.com/json-schema-org/json-schema-org.github.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22Status%3A+Available%22) [![In Progress](https://img.shields.io/waffle/label/json-schema-org/json-schema-org.github.io/Status:%20In%20Progress.svg?style=flat)](https://github.com/json-schema-org/json-schema-org.github.io/labels/Status:%20In%20Progress) [![Review Needed](https://img.shields.io/waffle/label/json-schema-org/json-schema-org.github.io/Status:%20AReview%20Needed.svg?style=flat)](https://github.com/json-schema-org/json-schema-org.github.io/labels/Status%3A%20Review%20Needed)
14+
15+
[![Critical](https://img.shields.io/waffle/label/json-schema-org/json-schema-org.github.io/Priority:%20Critical.svg?style=flat
16+
)](https://github.com/json-schema-org/json-schema-org.github.io/labels/Priority%3A%20Critical) [![High](https://img.shields.io/waffle/label/json-schema-org/json-schema-org.github.io/Priority:%20High.svg?style=flat)](https://github.com/json-schema-org/json-schema-org.github.io/labels/Priority%3A%20High) [![Medium](https://img.shields.io/waffle/label/json-schema-org/json-schema-org.github.io/Priority:%20Medium.svg?style=flat)](https://github.com/json-schema-org/json-schema-org.github.io/labels/Priority%3A%20Medium) [![Low](https://img.shields.io/waffle/label/json-schema-org/json-schema-org.github.io/Priority:%20Low.svg?style=flat)](https://github.com/json-schema-org/json-schema-org.github.io/labels/Priority%3A%20Low)
17+
18+
Labels are assigned based on [Sensible Github Labels](https://github.com/Relequestual/sensible-github-labels).
1119

1220
## License
1321

0 commit comments

Comments
 (0)