diff --git a/README.md b/README.md index 491516406c..5372bac1a3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ * [Contributor](#contributor) * [Maintainer](#maintainer) * [Architecture Committee](#architecture-committee) +* [Vendoring code](#vendoring-code) * [Vulnerability Disclosure](#vulnerability-disclosure) +* [Week in Review template](#week-in-review-template) # About Kata Containers @@ -81,6 +83,12 @@ Architecture Committee elections take place in September (3 seats available) and The exact size and model for the Architecture Committee may evolve over time based on the needs and growth of the project, but the governing body will always be committed to openness, diversity and the principle that technical decisions are made by technical contributors. +See [the elections documentation](elections) for further details. + +# Vendoring code + +See the [vendoring documentation](VENDORING.md). + # Vulnerability Disclosure Vulnerabilities in the Kata Container project are managed by the Kata Containers @@ -92,3 +100,7 @@ used for vulnerability management, and responsibilites of the VMT members can be found in the [VMT documentation](VMT/VMT.md). Previous Kata Containers Security Advisories are [listed on their own page](VMT/KCSA.md). + +# Week in Review template + +See the [week in review report template](statusreports/REPORT_TEMPLATE.md). diff --git a/elections/README.md b/elections/README.md index 067989df46..a317d16f73 100644 --- a/elections/README.md +++ b/elections/README.md @@ -5,6 +5,7 @@ * [Candidacy](#candidacy) * [Architecture Committee Responsibilities](#architecture-committee-responsibilities) * [System](#system) + * [Previous elections](#previous-elections) # Kata Containers Elections @@ -76,3 +77,16 @@ Containers project. This includes, but is not limited to: The Architecture Committee election uses [CIVS with condorcet method voting](https://civs.cs.cornell.edu/) + +## Tools + +See the [election tools documentation](tools). + +## Previous elections + +- March 2019 + - [election](arch-committee-2019-03) + - [results](arch-committee-2019-03/Results.md) + +- September 2018 + [election](arch-committee-2018-09)