aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Bossart <nathan@postgresql.org>2024-07-02 13:03:58 -0500
committerNathan Bossart <nathan@postgresql.org>2024-07-02 13:03:58 -0500
commitdec9d4acdb7d758c3cbe989ad80cf0367f4e166d (patch)
tree0b4a0cdbae0424f9402d9dd5c35b01a46d9807c1
parenteb21f5bc67a02eb6f7de1bd2f07acdd471a4d320 (diff)
downloadpostgresql-dec9d4acdb7d758c3cbe989ad80cf0367f4e166d.tar.gz
postgresql-dec9d4acdb7d758c3cbe989ad80cf0367f4e166d.zip
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
-rw-r--r--.github/CODE_OF_CONDUCT.md2
-rw-r--r--.github/CONTRIBUTING.md2
-rw-r--r--.github/SECURITY.md2
3 files changed, 6 insertions, 0 deletions
diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md
new file mode 100644
index 00000000000..99bb1905d6e
--- /dev/null
+++ b/.github/CODE_OF_CONDUCT.md
@@ -0,0 +1,2 @@
+The PostgreSQL code of conduct can be found at
+<https://www.postgresql.org/about/policies/coc/>.
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
new file mode 100644
index 00000000000..0108e729569
--- /dev/null
+++ b/.github/CONTRIBUTING.md
@@ -0,0 +1,2 @@
+For information about contributing to PostgreSQL, see
+<https://www.postgresql.org/developer/>.
diff --git a/.github/SECURITY.md b/.github/SECURITY.md
new file mode 100644
index 00000000000..ebdbe609dbb
--- /dev/null
+++ b/.github/SECURITY.md
@@ -0,0 +1,2 @@
+For information about reporting security issues, see
+<https://www.postgresql.org/support/security/>.