Add CODE_OF_CONDUCT.md, CONTRIBUTING.md, and SECURITY.md.

These "community health files" provide important information about
the project and will be displayed prominently on the PostgreSQL
GitHub mirror.  For now, they just point to the website, but we may
want to expand on the content in the future.

Reviewed-by: Peter Eisentraut, Alvaro Herrera, Tom Lane
Discussion: https://postgr.es/m/20240417023609.GA3228660%40nathanxps13
pull/166/head
Nathan Bossart 1 year ago
parent eb21f5bc67
commit dec9d4acdb
  1. 2
      .github/CODE_OF_CONDUCT.md
  2. 2
      .github/CONTRIBUTING.md
  3. 2
      .github/SECURITY.md

@ -0,0 +1,2 @@
The PostgreSQL code of conduct can be found at
<https://www.postgresql.org/about/policies/coc/>.

@ -0,0 +1,2 @@
For information about contributing to PostgreSQL, see
<https://www.postgresql.org/developer/>.

@ -0,0 +1,2 @@
For information about reporting security issues, see
<https://www.postgresql.org/support/security/>.
Loading…
Cancel
Save