AzureAD / microsoft-authentication-library-for-go

The MSAL library for Go is part of the Microsoft identity platform for developers (formerly named Azure AD) v2.0. It enables you to acquire security tokens to call protected APIs. It uses industry standard OAuth2 and OpenID Connect.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Confusing contributing instructions

hickford opened this issue · comments

The repo has default branch 'dev' as well as another branch 'main' which is confusing because 'main' is the default branch in most projects. CONTRIBUTING.md should explain the purpose of the branches and which to target from PRs. Is one branch for bug fixes and the other for new features?

The current instructions add to the confusion:

Bug fixes for the current stable version need to go to 'master' branch.

There isn't any master branch!

We now moved away from dev branch and only main branch is active.