Get It Merged
Approval, then merge: the two steps that turn your change into a permanent part of the project.
What you'll learn
Once a maintainer approves your pull request, they merge it, folding your commits into main. From that point on, your change is part of the project's history: not a copy, not a suggestion, the actual code.
Do this
- Wait for a maintainer to review and merge your pull request.
- Once merged, check that your commits now show up on
main.
Check your work
Your pull request shows a "Merged" badge on GitHub.