File tree Expand file tree Collapse file tree 5 files changed +16
-8
lines changed Expand file tree Collapse file tree 5 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 178
178
179
179
< div class ="row-fluid ">
180
180
< 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 >
182
182
< p >
183
183
Specification for how community driven Stack proposals will be
184
184
written and managed.
@@ -188,7 +188,7 @@ <h3><a href="{{ site.url }}/specs/0/">0 Proposals</a> <span class="label">Draft<
188
188
</ div >
189
189
</ div >
190
190
< 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 >
192
192
< p >
193
193
Specification for writing and interacting with Stack middlewares
194
194
and applications.
@@ -200,7 +200,7 @@ <h3><a href="{{ site.url }}/specs/1/">1 Core</a> <span class="label">Draft</span
200
200
</ div >
201
201
< div class ="row-fluid ">
202
202
< 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 >
204
204
< p >
205
205
Specification for authentication middlewares to follow in order
206
206
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
211
211
</ div >
212
212
</ div >
213
213
< 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 >
215
215
< p >
216
216
Specification for authorization middlewares to follow in order
217
217
for applications and authentication middlewares to be able to
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : spec
3
- title : 0 Proposals
3
+ title : STACK- 0 Proposals
4
4
status : draft
5
5
---
6
6
@@ -22,3 +22,11 @@ interpreted as described in [RFC 2119](http://www.ietf.org/rfc/rfc2119.txt).
22
22
23
23
* To define a workflow for community driven Stack proposals.
24
24
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.
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : spec
3
- title : 1 Core
3
+ title : STACK- 1 Core
4
4
status : draft
5
5
---
6
6
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : spec
3
- title : 2 Authentication
3
+ title : STACK- 2 Authentication
4
4
status : draft
5
5
---
6
6
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : spec
3
- title : 3 Authorization
3
+ title : STACK- 3 Authorization
4
4
status : draft
5
5
---
6
6
You can’t perform that action at this time.
0 commit comments