File tree 2 files changed +60
-0
lines changed
2 files changed +60
-0
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,5 @@ The following guides describe activities on the various stages and how to advanc
19
19
A project which is not longer active and maintained is formally retired:
20
20
21
21
* [ Retiring a project] ({{< relref "retired" >}})
22
+
23
+ To indicate the status of a project you can use the [ OpenRail Project Badges] ({{< relref "badges" >}}).
Original file line number Diff line number Diff line change
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
+ 
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
+ 
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
+ 
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
+ 
37
+
38
+ Rendered result:
39
+
40
+ ![ Badge Stage 4] ( https://openrailassociation.org/badges/openrail-project-stage-4.svg )
41
+
42
+ ## Administrative Projects
43
+
44
+ 
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
You can’t perform that action at this time.
0 commit comments