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 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
Original file line number Diff line number Diff line change 11---
22layout : spec
3- title : 0 Proposals
3+ title : STACK- 0 Proposals
44status : 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.
Original file line number Diff line number Diff line change 11---
22layout : spec
3- title : 1 Core
3+ title : STACK- 1 Core
44status : draft
55---
66
Original file line number Diff line number Diff line change 11---
22layout : spec
3- title : 2 Authentication
3+ title : STACK- 2 Authentication
44status : draft
55---
66
Original file line number Diff line number Diff line change 11---
22layout : spec
3- title : 3 Authorization
3+ title : STACK- 3 Authorization
44status : draft
55---
66
You can’t perform that action at this time.
0 commit comments