From 584bdd9d0c0a0e066df69cc5f11de352166d7271 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Thu, 30 Jul 2026 20:23:43 +0200 Subject: extend README with contributing notes --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 3bccaad..dfe0e09 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,16 @@ SPDX-License-Identifier: Apache-2.0 # gg-pgx Integration for using [gg/gsql](https://pkg.go.dev/go.xyrillian.de/gg/gsql) (and libraries based on it, such as [Oblast](https://pkg.go.dev/go.xyrillian.de/oblast)) with the PostgreSQL driver library [pgx](https://github.com/jackc/pgx). + +## How to contribute + +This repository accepts contributions as follows: + +- For bugfixes or dependency updates, feel free to submit a PR right away. +- For entirely new types, or when adding library dependencies, please send a mail or open a GitHub issue first to discuss the design. +- Generally, we dislike library dependencies in this house because every dependency means extra work managing dependency upgrades. + +Before sending a patch, please ensure that `make check` does not report any problems. + +To contribute to the primary repository at , please use `git format-patch` in the usual manner and send patches to the maintainer's mail address (which can be found in the copyright notice headers on each file). +Alternatively, if you are still using GitHub, you can submit issues and pull requests at the mirror repository . -- cgit v1.3.1