Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bgavrilMS committed Nov 20, 2023
1 parent 4158969 commit 71f2c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 71f2c02

Please sign in to comment.