From cdb246697ed737ff3c4bc6b2678d9d0c4a87b635 Mon Sep 17 00:00:00 2001 From: Sai-Suraj-27 Date: Tue, 31 Oct 2023 11:03:04 +0530 Subject: [PATCH] Fixed branch name from master to main in contributing guide. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3b713155..5cfd1206 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,7 +73,7 @@ Here's a step-by-step guide on how to contribute to DocsGPT: - Before you make any changes, make sure that your fork is in sync to avoid merge conflicts using: ```shell git remote add upstream https://github.com/arc53/DocsGPT.git - git pull upstream master + git pull upstream main ``` 4. **Create and Switch to a New Branch:**