[postgis-tickets] [SCM] postgis.net branch website-pr updated. bfb146ba3d6c5c3e00e3cebe88b71851c8539cf3

git at osgeo.org git at osgeo.org
Tue May 9 16:54:54 PDT 2023


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.net".

The branch, website-pr has been updated
       via  bfb146ba3d6c5c3e00e3cebe88b71851c8539cf3 (commit)
      from  f03c857a200f549eb2e45ae163cb76682ae2e3f8 (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 bfb146ba3d6c5c3e00e3cebe88b71851c8539cf3
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue May 9 16:54:48 2023 -0700

    more

diff --git a/content/development/getting_involved.md b/content/development/getting_involved.md
index 1fe6c91..7662171 100644
--- a/content/development/getting_involved.md
+++ b/content/development/getting_involved.md
@@ -5,4 +5,19 @@ weight: 40
 geekdocHidden: false
 ---
 
-But Reporting
\ No newline at end of file
+## Dream Small
+
+While it may be tempting to thing of the most audacious improvement you could make to PostGIS, and try to tackle that, working on an open source project is a **collective endeavor**, and so the first thing you need to build is **not software**, it is **trust**.
+
+* Contributors with a history of constructive work with other members of the community get more of a hearing than folks with a grand plan.
+* The way to build up a history is to choose very small pieces of improvement, and move them through the process of acceptance.
+* Make small enhancements, to code and documentation, and get a feel for what improvements people are looking for.
+* Communicate your interest in contributing, and discuss your plans before investing a great deal of time, on the [postgis-devel](http://lists.osgeo.org/mailman/listinfo/postgis-devel) list.
+
+
+## Learn the Basics
+
+Before you can contribute anything, you need to able to build the software and documentation.
+
+* Consider installing PostGIS and its dependencies ([GDAL](https://gdal.org), [GEOS](https://libgeos.org), [Proj](https://proj.org)) from source. This will allow you to debug deeply into whatever you are working on.
+* Install the documentation dependencies too (docbook-xsl, xsltproc).
\ No newline at end of file

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

Summary of changes:
 content/development/getting_involved.md | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list