-1

I was trying to push to a new branch and submit a pull-request to

msgraph-sdk-java

https://github.com/microsoftgraph/msgraph-sdk-java

in order to add some improvement but I am getting 403.. How to submit a code to Microsoft Graph Java?

1 Answers1

0

On Github, you create a fork of the original repository, make your changes and then create a pull request from your fork to the original repository.

You are generally not allowed to create new branches on repositories you are not maintaining yourself.

eike
  • 1,314
  • 7
  • 18