How to make code suggestion in github/bitbucket?

Issue

What feature do you use when you want to make a suggestion on the code? Let’s say, one of the members think it’s better to write a specific part of the code in another way and IF IT’S APPROVED then he/she will implement the actual change?

Solution

Make a fork and create pull requests. 🙂

Forking the repository essentially gives you your own workspace on which you can create branches and push, and you can create pull requests from the differences on your fork to the original repository. Pull requests must be approved by the owner of or someone who can write to the original repository.

More information:

Answered By – Ellie Strejlau

This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0

Leave a Reply

(*) Required, Your email will not be published