From 438fc345d41d7c7894b6392e4ee7c8aa4db45258 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Wed, 1 May 2024 20:00:03 -0600 Subject: [PATCH] chore: add canary docs as a develop branch --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 84c57c7f4..bbda3053c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,8 +49,12 @@ feat: add new feature ``` + + ## Setup +Before you start, please make the clone based on the `canary` branch, since the `main` branch is the source of truth and should always reflect the latest stable release, also the PRs will be merged to the `canary` branch. + ```bash git clone https://github.com/dokploy/dokploy.git cd dokploy