Skip to content

Developer: Pull Requests

Calder Lund edited this page Jun 2, 2020 · 1 revision

To get code changes merged into master, there are a few steps that need to be completed:

  1. git checkout master
  2. git pull
  3. git checkout -b <your-branch>
  4. Make changes
  5. git add <files>
  6. git commit -m "Your message"
  7. git push origin HEAD
  8. Go to GitHub UI and create a Pull Request from your branch to master
  9. Add reviewers, labels, projects and description as applicable
  10. Address comments as they appear in your pull request
  11. Once changes are approved by reviewers, "Squash and merge" changes into master
Clone this wiki locally