Skip to content

Commit 3d8781a

Browse files
committed
Stack proposal identification clarification.
1 parent 828f700 commit 3d8781a

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

source/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ <h2>
178178

179179
<div class="row-fluid">
180180
<div class="span6">
181-
<h3><a href="{{ site.url }}/specs/0/">0 Proposals</a> <span class="label">Draft</span></h3>
181+
<h3><a href="{{ site.url }}/specs/0/">STACK-0 Proposals</a> <span class="label">Draft</span></h3>
182182
<p>
183183
Specification for how community driven Stack proposals will be
184184
written and managed.
@@ -188,7 +188,7 @@ <h3><a href="{{ site.url }}/specs/0/">0 Proposals</a> <span class="label">Draft<
188188
</div>
189189
</div>
190190
<div class="span6">
191-
<h3><a href="{{ site.url }}/specs/1/">1 Core</a> <span class="label">Draft</span></h3>
191+
<h3><a href="{{ site.url }}/specs/1/">STACK-1 Core</a> <span class="label">Draft</span></h3>
192192
<p>
193193
Specification for writing and interacting with Stack middlewares
194194
and applications.
@@ -200,7 +200,7 @@ <h3><a href="{{ site.url }}/specs/1/">1 Core</a> <span class="label">Draft</span
200200
</div>
201201
<div class="row-fluid">
202202
<div class="span6">
203-
<h3><a href="{{ site.url }}/specs/2/">2 Authentication</a> <span class="label">Draft</span></h3>
203+
<h3><a href="{{ site.url }}/specs/2/">STACK-2 Authentication</a> <span class="label">Draft</span></h3>
204204
<p>
205205
Specification for authentication middlewares to follow in order
206206
for applications and authorization middlewares to be able to
@@ -211,7 +211,7 @@ <h3><a href="{{ site.url }}/specs/2/">2 Authentication</a> <span class="label">D
211211
</div>
212212
</div>
213213
<div class="span6">
214-
<h3><a href="{{ site.url }}/specs/3/">3 Authorization</a> <span class="label">Draft</span></h3>
214+
<h3><a href="{{ site.url }}/specs/3/">STACK-3 Authorization</a> <span class="label">Draft</span></h3>
215215
<p>
216216
Specification for authorization middlewares to follow in order
217217
for applications and authentication middlewares to be able to

source/specs/0.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: spec
3-
title: 0 Proposals
3+
title: STACK-0 Proposals
44
status: draft
55
---
66

@@ -22,3 +22,11 @@ interpreted as described in [RFC 2119](http://www.ietf.org/rfc/rfc2119.txt).
2222

2323
* To define a workflow for community driven Stack proposals.
2424

25+
26+
### Identification
27+
28+
* Each proposal MUST have an identifier that MUST follow the format of
29+
`STACK-{NUMBER}`. The number SHOULD just the next available number but it MAY
30+
be a special number.
31+
* Each proposal MUST have a descriptive name that either names the subject of
32+
the proposal or otherwise succinctly defines the focus of the proposal.

source/specs/1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: spec
3-
title: 1 Core
3+
title: STACK-1 Core
44
status: draft
55
---
66

source/specs/2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: spec
3-
title: 2 Authentication
3+
title: STACK-2 Authentication
44
status: draft
55
---
66

source/specs/3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: spec
3-
title: 3 Authorization
3+
title: STACK-3 Authorization
44
status: draft
55
---
66

0 commit comments

Comments
 (0)