From a157a858700459fa25bdd40563a2481703ff12be Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Thu, 19 Mar 2020 09:14:51 -0400 Subject: [PATCH] Added 2019 CoC Committee Annual Report --- templates/pages/about/policies/coc_html | 1 + .../about/policies/coc/reports/2018_html | 1 + .../about/policies/coc/reports/2019_html | 64 +++++++++++++++++++ 3 files changed, 66 insertions(+) create mode 100644 templates/pages/about/policies/coc/reports/2019_html diff --git a/templates/pages/about/policies/coc_html b/templates/pages/about/policies/coc_html index f45ca014..18c1d8cf 100644 --- a/templates/pages/about/policies/coc_html +++ b/templates/pages/about/policies/coc_html @@ -239,6 +239,7 @@

Annual Reports

diff --git a/templates/pages/about/policies/coc/reports/2018_html b/templates/pages/about/policies/coc/reports/2018_html index 2ccd3014..5fd98422 100644 --- a/templates/pages/about/policies/coc/reports/2018_html +++ b/templates/pages/about/policies/coc/reports/2018_html @@ -39,6 +39,7 @@

Annual Reports

diff --git a/templates/pages/about/policies/coc/reports/2019_html b/templates/pages/about/policies/coc/reports/2019_html new file mode 100644 index 00000000..71315676 --- /dev/null +++ b/templates/pages/about/policies/coc/reports/2019_html @@ -0,0 +1,64 @@ +{%extends "base/page_html"%} +{%block title%}2019 Annual Report | Code of Conduct Committee{%endblock%} +{%block contents%} + +
+
+

Code of Conduct Committee: 2019 Annual Report

+ +

Delivered: March 17, 2020

+ +

+ The PostgreSQL Community Code of Conduct Committee presents this report of its activities for the calendar year 2019. +

+

+ The following individuals served on the Committee during the year, and are continuing on the Committee for 2020: +

+
    +
  • Stacey Haysler, Chair
  • +
  • Ilya Kosmodemiansky
  • +
  • Jonathan Katz
  • +
+

+ The following individuals served on the Committee through October 31, 2019: +

+
    +
  • Laetitia Avrot
  • +
  • Vik Fearing
  • +
+

+ The following individuals served on the Committee beginning October 1, 2019: +

+
    +
  • Carole Arnaud
  • +
  • Umair Shahid
  • +
+

+ In the period of January 1, 2019 through December 31, 2019, the Committee received the following reports: +

+
    +
  • Inappropriate conduct on community channels: 5
  • +
+

+ The results of the investigations: +

+
    +
  • Education and coaching: 1
  • +
  • Temporary ban from community resources: 0 Permanent ban from community resources: 0
  • +
  • No finding of fault: 1
  • +
  • Not within the Committee's jurisdiction: 2
  • +
  • Investigation ongoing as of December 31, 2019: 1
  • +
+

+ We would like to thank the Core Team and the community members who have supported the adoption of the Code of Conduct, and who continue to uphold the professional standards of the PostgreSQL Community. +

+
+
+

Annual Reports

+ +
+
+{%endblock%} -- 2.39.5