Browse Source
@merenber recently merged this #462 It is a little annoying that we have to manually change the index in literally all the other unrelated files. This PR introduces an ORDER.json file that orders the sections as an array. Reviewed-on: #468 Reviewed-by: Shahan Neda <snedadah@csclub.uwaterloo.ca> Reviewed-by: Amy <a258wang@csclub.uwaterloo.ca>pull/470/head
54 changed files with 88 additions and 56 deletions
@ -0,0 +1,14 @@
|
||||
[ |
||||
"purpose", |
||||
"expected-behaviour", |
||||
"unacceptable-behaviour", |
||||
"experiencing-unacceptable-behaviour", |
||||
"consequences-of-inappropriate-behaviour", |
||||
"addressing-grievances", |
||||
"confidentiality", |
||||
"scope-and-spaces", |
||||
"contact-information", |
||||
"additional-information", |
||||
"license-information-and-attribution", |
||||
"revision" |
||||
] |
@ -1,6 +1,5 @@
|
||||
--- |
||||
title: Revision |
||||
index: 12 |
||||
--- |
||||
|
||||
Revision 1.3, adopted by the Computer Science Club of the University of Waterloo on 25 January 2018. |
||||
|
@ -0,0 +1,16 @@
|
||||
[ |
||||
"name", |
||||
"purpose", |
||||
"membership", |
||||
"officers", |
||||
"duties-of-officers", |
||||
"executive-council", |
||||
"committees", |
||||
"meetings", |
||||
"finances", |
||||
"amendments-and-procedures", |
||||
"dissolution", |
||||
"code-of-conduct", |
||||
"use-of-club-resources", |
||||
"revision" |
||||
] |
@ -1,6 +1,5 @@
|
||||
--- |
||||
title: Dissolution |
||||
index: 11 |
||||
--- |
||||
|
||||
1. In the event of dissolution of the Club, all assets of the Club shall be transferred to the Mathematics Society of the University of Waterloo. |
||||
|
@ -1,6 +1,5 @@
|
||||
--- |
||||
title: Name |
||||
index: 1 |
||||
--- |
||||
|
||||
The name of this organization shall be the "Computer Science Club of the University of Waterloo". |
||||
|
@ -1,6 +1,5 @@
|
||||
--- |
||||
title: Revision |
||||
index: 14 |
||||
--- |
||||
|
||||
The constitution was last revised on 25 January 2018. |
||||
|
@ -0,0 +1,11 @@
|
||||
[ |
||||
"summary", |
||||
"usage-policy", |
||||
"acceptable-and-unacceptable-use", |
||||
"user-responsibilities", |
||||
"security", |
||||
"rights-of-syscom-and-exec", |
||||
"club-accounts", |
||||
"definitions", |
||||
"user-agreement" |
||||
] |
@ -0,0 +1,16 @@
|
||||
[ |
||||
"machine-accounts", |
||||
"cloud-accounts", |
||||
"cs-club-email", |
||||
"web-hosting", |
||||
"club-web-hosting", |
||||
"git-hosting", |
||||
"software-mirror", |
||||
"irc", |
||||
"mattermost", |
||||
"video-conferencing", |
||||
"live-streaming", |
||||
"in-office-books", |
||||
"mailing-lists", |
||||
"ssh-key-fingerprints" |
||||
] |
Loading…
Reference in new issue