Skip to content

Commit 9b6f43b

Browse files
committed
Add state statement in preamble
1 parent 966a1ac commit 9b6f43b

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

preamble.adoc

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
2+
ifeval::["{revlifecycle}" == "dev"]
3+
[WARNING]
4+
.This document is in the link:http://riscv.org/spec-state[Development state]
5+
====
6+
Assume everything can change.
7+
====
8+
endif::[]
9+
ifeval::["{revlifecycle}" == "stable"]
10+
[WARNING]
11+
.This document is in the link:http://riscv.org/spec-state[Stable state]
12+
====
13+
Assume anything could still change, but limited change should be expected.
14+
====
15+
endif::[]
16+
ifeval::["{revlifecycle}" == "frozen"]
17+
[WARNING]
18+
.This document is in the link:http://riscv.org/spec-state[Frozen state]
19+
====
20+
Change is extremely unlikely. A high threshold will be used, and a change will
21+
only occur because of some truly critical issue being identified during the
22+
public review cycle.
23+
====
24+
endif::[]
25+
ifeval::["{revlifecycle}" == "ratified"]
26+
[WARNING]
27+
.This document is in the link:http://riscv.org/spec-state[Ratified state]
28+
====
29+
No changes are allowed. Any desired or needed changes can be the subject of
30+
a follow-on new extension. Ratified extensions are never revised.
31+
====
32+
endif::[]
33+
134
Contributors to all versions of the spec in alphabetical order:
235

336
Alex Bradbury,

0 commit comments

Comments
 (0)