|
| 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