How can I create pull requests in laravel and avoid permission denied? #50614
Replies: 3 comments 2 replies
-
Yes - you need to fork the project and then clone the project to your PC. Create a new branch in the clone, make your changes, commit and push to your fork on Github. Then you can create a PR from this branch in your fork into the main branch of the Laravel framework repo. |
Beta Was this translation helpful? Give feedback.
-
@Sophist-UK I added the PR to the 11.x branch, is this the correct branch, or should I add it to the master branch? The pull-request: #54439 |
Beta Was this translation helpful? Give feedback.
-
I want to contribute with 2 MRs on laravel/framework and on laravel/laravel but when I push a feat or bug branch I get permission denied for my user. Each user needs to be manually granted for permission?
Or I have to fork the project first?
Beta Was this translation helpful? Give feedback.
All reactions