From 71aae3fe0771cc2cc614917d04b4e7a8195d1468 Mon Sep 17 00:00:00 2001 From: KRSHH <136873090+KRSHH@users.noreply.github.com> Date: Tue, 24 Dec 2024 00:42:12 +0530 Subject: [PATCH] docs: changed testing branch to premain --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 41094ad..d615163 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1,2 @@ -Please always push on the experimental to ensure we don't mess with the main branch. All the test will be done on the experimental and will be pushed to the main branch after few days of testing. +Please always push on the premain to ensure we don't mess with the main branch. All the test will be done on the premain and will be pushed to the main branch after few hours or days of testing. +and push large or wild changes to experimental so that it can be discussed whether to merge it with main or not in future.