From c3f5ab3261c9da50281686e8515a34142ca0ec36 Mon Sep 17 00:00:00 2001 From: Vladimir Kalinkin Date: Wed, 19 Aug 2026 02:57:50 +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 6915f24..bd87632 100644 --- a/README.md +++ b/README.md @@ -194,5 +194,5 @@ git push origin v2.2.0 ## 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`.