From 0dd0b61521af6907425986ff120328c84666c822 Mon Sep 17 00:00:00 2001 From: Vladimir Kalinkin Date: Wed, 19 Aug 2026 02:58:15 +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 881befc..504a7ea 100644 --- a/README.md +++ b/README.md @@ -69,4 +69,4 @@ E2E geocode batch tests require `PICKPOINT_API_KEY`. ## 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`.