From 2d3828f7442b5048a1a6e0522c251975c9a0a63d Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Sun, 26 Nov 2023 11:41:58 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 08b9de9f15..c5696cb8a4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,8 +62,7 @@ Make sure you are following [issue report guidelines](ISSUE_GUIDELINES.md) avail For Talawa, we had employed the following branching strategy to simplify the development process and to ensure that only stable code is pushed to the `main` branch: - `develop`: For unstable code and bug fixing -- `alpha-x.x.x`: For stability testing -- `main`: Where the stable production ready code lies +- `main`: Where the stable production ready code lies. This is our default branch. #### Conflict Resolution