From 71f2c0225bdb2e1a9b7be9e161dddbeac1c64c2d Mon Sep 17 00:00:00 2001 From: Bogdan Gavril Date: Mon, 20 Nov 2023 13:41:23 +0000 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9a8ae2c3..06e142cf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,7 +26,7 @@ Please see the [Build & Run](https://github.com/AzureAD/microsoft-authentication ## Decide on which branch to create -**Bug fixes for the current stable version need to go to 'master' branch.** +**Bug fixes for the current stable version need to go to 'main' branch.** If you need to contribute to a different branch, please contact us first (open an issue). @@ -92,7 +92,7 @@ Use `git rebase` (not `git merge`) to sync your work from time to time. ``` $ git fetch upstream -$ git rebase upstream/v0.1 # or upstream/master +$ git rebase upstream/v0.1 # or upstream/main ``` ### Tests