Skip to content

Instantly share code, notes, and snippets.

@richlander
Last active July 20, 2021 16:51
Show Gist options
  • Save richlander/553f9c3b2971f4edec09 to your computer and use it in GitHub Desktop.
Save richlander/553f9c3b2971f4edec09 to your computer and use it in GitHub Desktop.
.NET Core Contributor Model

.NET Core Contributor Model

The .NET Core project has three levels of contributors.

  • All GitHub users: Read access to code and issues. Can participate in pull request code reviews, comment on issues, create new issues, and submit pull requests for review.
  • "Project contributor" - Can be assigned issues and @referenced. Part of the dotnet-community team. Provided based on frequent contributions or upon request1.
  • "Project committer" - Has repo committer access. Can merge PRs, assign people on issues, create branches, .... Currently only MSFT people, but will likely include other folks in the future.

1Requires that a .NET Foundation CLA has been signed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment