[SCM] PostGIS branch master updated. 3.6.0rc2-582-ge788f6f41

git at osgeo.org git at osgeo.org
Wed Jun 17 23:42:49 PDT 2026


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  e788f6f418b687bdc81e2f37e306d74b38eba651 (commit)
      from  c741f2c2394db10053941c0034dfbb64d16f3af7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e788f6f418b687bdc81e2f37e306d74b38eba651
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jun 18 08:25:16 2026 +0200

    Expand CODE_OF_CONDUCT to be nice with those who don't have a browser

diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index a700c99b6..0133ab680 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -1,4 +1,17 @@
 Code of Conduct
 ===============
 
-See [the PostGIS Code of Conduct](https://postgis.net/community/conduct/).
+We expect every partecipant in the PostGIS community to honour the PostGIS
+Code of Conduct as published on https://postgis.net/community/conduct/
+
+If you don't have a web browser handy but are happy to clone a git repository
+you can find the Code of Conduct in the website repository:
+
+  # clone
+  git clone https://gitea.osgeo.org/postgis/postgis.net
+
+  # read
+  less postgis.net/content/community/conduct.md
+
+  # dig history
+  git -C postgis.net log  content/community/conduct.md

-----------------------------------------------------------------------

Summary of changes:
 CODE_OF_CONDUCT.md | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list