From c53d87219509d6a4ee0c6944983796096de58ce8 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Mon, 25 Mar 2024 02:20:59 +0100 Subject: [PATCH] remove mention of dev branch in contributing doc --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fc3eeee..2680693 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ ## Branches -The `master` branch corresponds to the latest stable version. You should work from and target the `dev` branch. +The `master` branch corresponds to the latest stable version. You should work on a new branch from master, and target the `master` branch for your pull request. ## Dev server