From 11c10b354f18a50c46655d5717daf4b1d0cc0714 Mon Sep 17 00:00:00 2001 From: KRSHH <136873090+KRSHH@users.noreply.github.com> Date: Tue, 24 Dec 2024 00:45:57 +0530 Subject: [PATCH] docs: changed testing branch to premain --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 41094ad5..2217f6f9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1 @@ -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.