From ab063a10532026de233479c1e2ba68bf4af55975 Mon Sep 17 00:00:00 2001 From: David Jorm Date: Sat, 22 Aug 2015 15:01:32 +1000 Subject: [PATCH 1/3] Add governance page Signed-off-by: David Jorm --- _includes/header.html | 8 +++++++- governance.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 governance.md diff --git a/_includes/header.html b/_includes/header.html index b9b13aa..259f51d 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -37,7 +37,13 @@ title="Features" href="{{ "/features/" | prepend: site.baseurl }}">Features
  • Community
  • + title="Community" href="{{ "/community/" | prepend: site.baseurl }}">Community + +
  • Security
  • diff --git a/governance.md b/governance.md new file mode 100644 index 0000000..6640d06 --- /dev/null +++ b/governance.md @@ -0,0 +1,42 @@ +--- +layout: general_page +title: Governance +permalink: /governance/ +--- + +# Governance + +CloudRouter is a collaborative open source project, open to everyone. Critical to maintaining this openness is an open governance structure. CloudRouter's governance is primarily handled by two teams of volunteers: the Project Steering Committee (PSC) and the Technical Steering Committee (TSC). Both teams are run as meritocricies, and anyone can be elected by a vote of the existing members. + +## Project Steering Committee (PSC) + +The PSC provides overall guidance and strategy for the project, including but not limited to: + +* Legal compliance & licensing +* Policies and procedures +* Events and marketing +* Developer and user outreach + +The PSC is currently comprised of the following members: + +* Jay Turner +* David Jorm + +New members of the PSC are currently being sought. If you are interested in applying, please email . + +## Technical Steering Committee (TSC) + +The TSC provides technical leadership, direction, and decision making for the project. This includes, but is not limited to: + +* Code repos and coding standards +* Design and operation of the build system +* QE and testing procedures +* Release engineering +* Inclusion of packages + +The TSC is currently comprised of the following members: + +* Chandrasekar Kannan +* Arun Neelicattu + +New members of the TSC are currently being sought. If you are interested in applying, please email . From 84756f46cd5b330673e9a1dc1324e771870134f8 Mon Sep 17 00:00:00 2001 From: David Jorm Date: Mon, 24 Aug 2015 17:41:39 +1000 Subject: [PATCH 2/3] Fix rendering of acks Signed-off-by: David Jorm --- security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security.md b/security.md index d340cab..5668b32 100644 --- a/security.md +++ b/security.md @@ -43,7 +43,7 @@ Anyone can post to this list. The subscribers are only trusted individuals who w #### Credit {% for reporter in advisory.reporters %} {% assign num_issues_reported = reporter.reported | size %} -Issue{% if num_issues_reported > 1 %}s{% endif %} {{ reporter.reported | join: " " }} {% if num_issues_reported > 1 %}were{% else %}was{% endif %} reported by {{ reporter.name }} of {{reporter.affiliation }}. +Issue{% if num_issues_reported > 1 %}s{% endif %} {{ reporter.reported | join: " " }} {% if num_issues_reported > 1 %}were{% else %}was{% endif %} reported by {{ reporter.name }}{% if reporter.affiliation != "" and reporter.affiliation != nil%} of {{reporter.affiliation }}{% endif %}. {% endfor %} {% endfor %} From 236afb74804ff6d397f0cb72c47d7733ace16a9c Mon Sep 17 00:00:00 2001 From: David Jorm Date: Tue, 8 Sep 2015 14:16:37 -0700 Subject: [PATCH 3/3] Add members to committees Signed-off-by: David Jorm --- governance.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/governance.md b/governance.md index 6640d06..3a34aa2 100644 --- a/governance.md +++ b/governance.md @@ -21,6 +21,7 @@ The PSC is currently comprised of the following members: * Jay Turner * David Jorm +* Paul Gampe New members of the PSC are currently being sought. If you are interested in applying, please email . @@ -38,5 +39,6 @@ The TSC is currently comprised of the following members: * Chandrasekar Kannan * Arun Neelicattu +* Jay Turner New members of the TSC are currently being sought. If you are interested in applying, please email .