[geos-commits] [SCM] GEOS branch main updated. 2b426f7118b5d0a8a1e4492d8ee75b4cc03889ad

git at osgeo.org git at osgeo.org
Fri Oct 29 12:07:52 PDT 2021


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

The branch, main has been updated
       via  2b426f7118b5d0a8a1e4492d8ee75b4cc03889ad (commit)
      from  88ec9b8944fb94ef03afd54938679b0670227000 (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 2b426f7118b5d0a8a1e4492d8ee75b4cc03889ad
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Oct 29 12:07:48 2021 -0700

    Add RFC10, move to github

diff --git a/web/content/development/rfcs/rfc10.md b/web/content/development/rfcs/rfc10.md
new file mode 100644
index 000000000..427098d28
--- /dev/null
+++ b/web/content/development/rfcs/rfc10.md
@@ -0,0 +1,40 @@
+---
+title: "GEOS RFC 10 - Move Project to GitHub"
+date: 2021-10-29T00:00:00-07:00
+draft: false
+geekdocHidden: true
+geekdocHiddenTocTree: false
+weight: 10
+---
+
+|         |                                 |
+| :------ | ------------------------------- |
+| RFC 10  | Move Project to GitHub          |
+| Author  | Paul Ramsey                     |
+| Contact | pramsey at cleverelephant.ca       |
+| Status  | Proposed                        |
+
+GitHub has been the largest source of 3rd party code contribution via pull-requests for some time now.
+
+Moving to Github has the following components:
+
+* Move the canonical (writeable) repository to GitHub
+* Migrate the (current, useful) contents of the Trac wiki to the new web framework
+* Deleting the migrated and out-of-date contents of the Trac wiki
+* Switching the Trac tickets to read-only
+* Web scraping the Trac ticket contents and placing in a geos-old-tickets repo
+
+At that point:
+
+* New code is pushed to GitHub
+* New issues are filed at GitHub
+* New documentation is committed to the repository
+
+This should unlock:
+
+* Easier path for new contributors to discover and assist with the project
+* Easier collaboration with downstream projects
+* Far easier story on "how to we manage the project" and "where the important things happen"
+* Far less dependence on individual contributors for infrastructure work that only they can do
+
+

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

Summary of changes:
 web/content/development/rfcs/rfc10.md | 40 +++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 web/content/development/rfcs/rfc10.md


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list