angular/docs/COMMITTER.md
Hornyák Bence ddc286f4b5 docs: fix wrong link in CONTRIBUTING.md (#18228)
The link to the CONTRIBUTING.md file was not correct
2017-07-26 12:00:00 -05:00

950 B

Pushing changes into the Angular tree

Please see Using git with Angular repositories for details about how we maintain a linear commit history, and the rules for committing.

As a contributor, just read the instructions in CONTRIBUTING.md and send a pull request. Someone with committer access will do the rest.

Change approvals

Change approvals in our monorepo are managed via pullapprove.com and are configured via the .pullapprove.yaml file.

Merging

Once a change has all the approvals either the last approver or the PR author (if PR author has the project collaborator status) should mark the PR with "PR: merge" label. This signals to the caretaker that the PR should be merged.

Who is the Caretaker?

See this explanation.