Skip to content

Commit 051a4cc

Browse files
authored
Merge pull request #217 from OpenRailAssociation/docs-badges
Add documentation for the use of badges
2 parents edeec1b + de6d70d commit 051a4cc

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

Diff for: docs/incubation/_index.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ The following guides describe activities on the various stages and how to advanc
1919
A project which is not longer active and maintained is formally retired:
2020

2121
* [Retiring a project]({{< relref "retired" >}})
22+
23+
To indicate the status of a project you can use the [OpenRail Project Badges]({{< relref "badges" >}}).

Diff for: docs/incubation/badges.md

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
weight: 1000
3+
---
4+
# Badges
5+
6+
We provide a set of badges representing the status of projects in the OpenRail Association. They can be added to the README of a project and used in other locations where a quick visual indication that a project is part of the OpenRail Association or its stage in the incubation process is helpful.
7+
8+
Badges are hosted as SVG files on the OpenRail website. Use the following snippets to add them to markdown files:
9+
10+
## Incubation Stage 1
11+
12+
![Badge Stage 1](https://openrailassociation.org/badges/openrail-project-stage-1.svg)
13+
14+
Rendered result:
15+
16+
![Badge Stage 1](https://openrailassociation.org/badges/openrail-project-stage-1.svg)
17+
18+
## Incubation Stage 2
19+
20+
![Badge Stage 2](https://openrailassociation.org/badges/openrail-project-stage-2.svg)
21+
22+
Rendered result:
23+
24+
![Badge Stage 2](https://openrailassociation.org/badges/openrail-project-stage-2.svg)
25+
26+
## Incubation Stage 3
27+
28+
![Badge Stage 3](https://openrailassociation.org/badges/openrail-project-stage-3.svg)
29+
30+
Rendered result:
31+
32+
![Badge Stage 3](https://openrailassociation.org/badges/openrail-project-stage-3.svg)
33+
34+
## Incubation Stage 4
35+
36+
![Badge Stage 4](https://openrailassociation.org/badges/openrail-project-stage-4.svg)
37+
38+
Rendered result:
39+
40+
![Badge Stage 4](https://openrailassociation.org/badges/openrail-project-stage-4.svg)
41+
42+
## Administrative Projects
43+
44+
![Badge Administrative](https://openrailassociation.org/badges/openrail-project-admin.svg)
45+
46+
Rendered result:
47+
48+
![Badge Administrative](https://openrailassociation.org/badges/openrail-project-admin.svg)
49+
50+
## Sources
51+
52+
The badges were initially rendered with https://shields.io:
53+
54+
* Stage 1: https://img.shields.io/badge/OpenRail-Sandbox-peru
55+
* Stage 2: https://img.shields.io/badge/OpenRail-Incubation-silver
56+
* Stage 3: https://img.shields.io/badge/OpenRail-Graduated-gold
57+
* Stage 4: https://img.shields.io/badge/OpenRail-Retired-black
58+
* Administrative: https://img.shields.io/badge/OpenRail-Administrative-white

0 commit comments

Comments
 (0)