Skip to content

Commit 753ba81

Browse files
committed
Merge pull request #8 from simensen/proposal-identification
Stack proposal identification clarification.
2 parents 828f700 + 5d3fa72 commit 753ba81

File tree

5 files changed

+20
-12
lines changed

5 files changed

+20
-12
lines changed

source/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -178,47 +178,47 @@ <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/STACK-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.
185185
</p>
186186
<div class="btn-group">
187-
<a class="btn" href="{{ site.url }}/specs/0/"><i class="icon icon-book"></i> Proposal</a>
187+
<a class="btn" href="{{ site.url }}/specs/STACK-0/"><i class="icon icon-book"></i> Proposal</a>
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/STACK-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.
195195
</p>
196196
<div class="btn-group">
197-
<a class="btn" href="{{ site.url }}/specs/1/"><i class="icon icon-book"></i> Proposal</a>
197+
<a class="btn" href="{{ site.url }}/specs/STACK-1/"><i class="icon icon-book"></i> Proposal</a>
198198
</div>
199199
</div>
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/STACK-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
207207
interact with each other.
208208
</p>
209209
<div class="btn-group">
210-
<a class="btn" href="{{ site.url }}/specs/2/"><i class="icon icon-book"></i> Proposal</a>
210+
<a class="btn" href="{{ site.url }}/specs/STACK-2/"><i class="icon icon-book"></i> Proposal</a>
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/STACK-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
218218
interact with each other.
219219
</p>
220220
<div class="btn-group">
221-
<a class="btn" href="{{ site.url }}/specs/3/"><i class="icon icon-book"></i> Proposal</a>
221+
<a class="btn" href="{{ site.url }}/specs/STACK-3/"><i class="icon icon-book"></i> Proposal</a>
222222
</div>
223223
</div>
224224
</div>
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.
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

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

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)