Skip to content

Branching

kstola2 edited this page Jul 5, 2019 · 2 revisions

Base branch

When making a new branch, choose dev to be the base branch.

Naming branches

Please avoid using your name, github username, email, etc. when naming your branch. Your branch name should be relevant to the issue it is pertaining to. (There is already branch metadata that identifies who made the branch anyway.)

Example: If the issue is "Make a handler for blockchain height request" the branch name should be something like "blockchain height request handler".

Deleting branches

Branches are cheap, and we prefer to keep track of as few as possible. If you no longer are working on a branch or it has been merged after a pull request approval, delete it unless there is an explicit request to keep it alive.

Clone this wiki locally