Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

Pull Request Etiquette

Austin edited this page Dec 24, 2018 · 2 revisions

Before you submit your pull request update dev_branch

git checkout dev_branch

git pull

then go back to your branch

git checkout <your-branch-name>

while INSIDE your current feature branch merge any changes since you forked

git merge dev_branch

THEN make your pull request and tag someone to test it and approve.

the person who tests and merges into the trunk is the one responsible for any bugs

Clone this wiki locally