Skip to content

Commit a157a85

Browse files
committed
Added 2019 CoC Committee Annual Report
1 parent 6aee9f8 commit a157a85

File tree

3 files changed

+66
-0
lines changed

3 files changed

+66
-0
lines changed

templates/pages/about/policies/coc.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ <h2>Conclusion</h2>
239239
<div class="col-lg-3">
240240
<h1>Annual Reports</h1>
241241
<ul>
242+
<li><a href="/about/policies/coc/reports/2019/">2019</a></li>
242243
<li><a href="/about/policies/coc/reports/2018/">2018</a></li>
243244
</ul>
244245
</div>

templates/pages/about/policies/coc/reports/2018.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ <h1>Code of Conduct Committee: 2018 Annual Report <i class="fas fa-gavel"></i></
3939
<div class="col-lg-3">
4040
<h1>Annual Reports</h1>
4141
<ul>
42+
<li><a href="/about/policies/coc/reports/2019/">2019</a></li>
4243
<li><a href="/about/policies/coc/reports/2018/">2018</a></li>
4344
</ul>
4445
</div>
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{%extends "base/page.html"%}
2+
{%block title%}2019 Annual Report | Code of Conduct Committee{%endblock%}
3+
{%block contents%}
4+
5+
<div class="row">
6+
<div class="col-lg-9">
7+
<h1>Code of Conduct Committee: 2019 Annual Report <i class="fas fa-gavel"></i></h1>
8+
9+
<p><em>Delivered: March 17, 2020</em></p>
10+
11+
<p>
12+
The PostgreSQL Community Code of Conduct Committee presents this report of its activities for the calendar year 2019.
13+
</p>
14+
<p>
15+
The following individuals served on the Committee during the year, and are continuing on the Committee for 2020:
16+
</p>
17+
<ul>
18+
<li>Stacey Haysler, Chair</li>
19+
<li>Ilya Kosmodemiansky</li>
20+
<li>Jonathan Katz</li>
21+
</ul>
22+
<p>
23+
The following individuals served on the Committee through October 31, 2019:
24+
</p>
25+
<ul>
26+
<li>Laetitia Avrot</li>
27+
<li>Vik Fearing</li>
28+
</ul>
29+
<p>
30+
The following individuals served on the Committee beginning October 1, 2019:
31+
</p>
32+
<ul>
33+
<li>Carole Arnaud</li>
34+
<li>Umair Shahid</li>
35+
</ul>
36+
<p>
37+
In the period of January 1, 2019 through December 31, 2019, the Committee received the following reports:
38+
</p>
39+
<ul>
40+
<li>Inappropriate conduct on community channels: 5</li>
41+
</ul>
42+
<p>
43+
The results of the investigations:
44+
</p>
45+
<ul>
46+
<li>Education and coaching: 1</li>
47+
<li>Temporary ban from community resources: 0 Permanent ban from community resources: 0</li>
48+
<li>No finding of fault: 1</li>
49+
<li>Not within the Committee's jurisdiction: 2</li>
50+
<li>Investigation ongoing as of December 31, 2019: 1</li>
51+
</ul>
52+
<p>
53+
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.
54+
</p>
55+
</div>
56+
<div class="col-lg-3">
57+
<h1>Annual Reports</h1>
58+
<ul>
59+
<li><a href="/about/policies/coc/reports/2019/">2019</a></li>
60+
<li><a href="/about/policies/coc/reports/2018/">2018</a></li>
61+
</ul>
62+
</div>
63+
</div>
64+
{%endblock%}

0 commit comments

Comments
 (0)