From 38ed36fc619b86fcf8e7b292e77464c1bb5fa55b Mon Sep 17 00:00:00 2001 From: Vladimir Kalinkin Date: Wed, 19 Aug 2026 02:57:58 +0300 Subject: [PATCH] Drop CONTRIBUTING.md; keep the rule in the README. Co-authored-by: Cursor --- CONTRIBUTING.md | 7 ------- README.md | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index e6771b2..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,7 +0,0 @@ -# Contributing - -Fork this repository and open a pull request against **`dev`** — not `main`. - -Only [pickpoint](https://github.com/pickpoint) organization members can merge `dev` or `main`. Releases are cut by merging `dev` into `main`. - -See the README for local checks, CI, and `[skip release]`. diff --git a/README.md b/README.md index 159fa61..616e058 100644 --- a/README.md +++ b/README.md @@ -228,4 +228,4 @@ PyPI Trusted Publishing must match this workflow: repo `python-sdk`, workflow `r ## Contributing -Fork and open a PR against **`dev`**. [CONTRIBUTING.md](CONTRIBUTING.md). +Fork and open a pull request against **`dev`** — not `main`. Only [pickpoint](https://github.com/pickpoint) organization members can merge `dev` or `main`. Releases are `dev` → `main`.