diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 033ed1335e..fd22174634 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,8 +58,7 @@ Make sure you are following [issue report guidelines](ISSUE_GUIDELINES.md) avail For Talawa Admin, 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 teesting -- `main`: Where the stable production ready code lies +- `main`: Where the stable production ready code lies. This is our default branch. #### Conflict Resolution