Roman
Roman

Reputation: 131228

How does accepting or declining changes work on GitHub?

Assume that someone created a project on GitHUb and put there some initial code. Now other users are able to edit/extend the code (maybe not all users but only those who got permissions from the project owner).

What is not clear to me is mechanisms that is used to decide what changes are accepted. Are there voting, meaning that changes are accepted if majority decides so?

Upvotes: 0

Views: 268

Answers (1)

Oscar Bralo
Oscar Bralo

Reputation: 1907

If you have upload the code, if someone changes the code and do a Pull Request, you will receive an email, and a notification, to review the changes and you can accept them or decline.

;) It´s easy!

Upvotes: 1

Related Questions