Added 2019 CoC Committee Annual Report
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 19 Mar 2020 13:14:51 +0000 (09:14 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 19 Mar 2020 13:14:51 +0000 (09:14 -0400)
templates/pages/about/policies/coc.html
templates/pages/about/policies/coc/reports/2018.html
templates/pages/about/policies/coc/reports/2019.html [new file with mode: 0644]

index f45ca01498028037f8f9b883c5eae00156324a78..18c1d8cf2df28f92fc1f8c6f24939f199ad2c2ea 100644 (file)
   <div class="col-lg-3">
     <h1>Annual Reports</h1>
     <ul>
+      <li><a href="/about/policies/coc/reports/2019/">2019</a></li>
       <li><a href="/about/policies/coc/reports/2018/">2018</a></li>
     </ul>
   </div>
index 2ccd30148f8712f946166d269df50dc3bcbe9f59..5fd98422c1fcd39a298d458aa429f7301ae38dfe 100644 (file)
@@ -39,6 +39,7 @@
   <div class="col-lg-3">
     <h1>Annual Reports</h1>
     <ul>
+      <li><a href="/about/policies/coc/reports/2019/">2019</a></li>
       <li><a href="/about/policies/coc/reports/2018/">2018</a></li>
     </ul>
   </div>
diff --git a/templates/pages/about/policies/coc/reports/2019.html b/templates/pages/about/policies/coc/reports/2019.html
new file mode 100644 (file)
index 0000000..7131567
--- /dev/null
@@ -0,0 +1,64 @@
+{%extends "base/page.html"%}
+{%block title%}2019 Annual Report | Code of Conduct Committee{%endblock%}
+{%block contents%}
+
+<div class="row">
+  <div class="col-lg-9">
+    <h1>Code of Conduct Committee: 2019 Annual Report <i class="fas fa-gavel"></i></h1>
+
+    <p><em>Delivered: March 17, 2020</em></p>
+
+    <p>
+      The PostgreSQL Community Code of Conduct Committee presents this report of its activities for the calendar year 2019.
+    </p>
+    <p>
+      The following individuals served on the Committee during the year, and are continuing on the Committee for 2020:
+    </p>
+    <ul>
+      <li>Stacey Haysler, Chair</li>
+      <li>Ilya Kosmodemiansky</li>
+      <li>Jonathan Katz</li>
+    </ul>
+    <p>
+      The following individuals served on the Committee through October 31, 2019:
+    </p>
+    <ul>
+      <li>Laetitia Avrot</li>
+      <li>Vik Fearing</li>
+    </ul>
+    <p>
+      The following individuals served on the Committee beginning October 1, 2019:
+    </p>
+    <ul>
+      <li>Carole Arnaud</li>
+      <li>Umair Shahid</li>
+    </ul>
+    <p>
+      In the period of January 1, 2019 through December 31, 2019, the Committee received the following reports:
+    </p>
+    <ul>
+      <li>Inappropriate conduct on community channels: 5</li>
+    </ul>
+    <p>
+      The results of the investigations:
+    </p>
+    <ul>
+      <li>Education and coaching: 1</li>
+      <li>Temporary ban from community resources: 0 Permanent ban from community resources: 0</li>
+      <li>No finding of fault: 1</li>
+      <li>Not within the Committee's jurisdiction: 2</li>
+      <li>Investigation ongoing as of December 31, 2019: 1</li>
+    </ul>
+    <p>
+      We would like to thank the Core Team and the community members who have supported the adoption of the <a href="/about/policies/coc/">Code of Conduct</a>, and who continue to uphold the professional standards of the PostgreSQL Community.
+    </p>
+  </div>
+  <div class="col-lg-3">
+    <h1>Annual Reports</h1>
+    <ul>
+      <li><a href="/about/policies/coc/reports/2019/">2019</a></li>
+      <li><a href="/about/policies/coc/reports/2018/">2018</a></li>
+    </ul>
+  </div>
+</div>
+{%endblock%}