Skip to content

Github Conventions

Kevin Lin edited this page Sep 18, 2017 · 6 revisions

Pull Requests

See CONTRIBUTING.md.

Branch Setup

Release

develop

Update periodically to develop when your feature or bug branch is stable. Make sure you submit a pull-request though.

Feature + Bug Branches

feature/<feature-name>

bug/<bug-name>

Feature-work and bug-fixes should be done in their own corresponding branches.

Sandboxes

sandbox/<net-id>

If you are making A LOT of changes, or are doing something that has a lot of potential to break, create your own sandbox branch.

Once your sandbox looks stable, merge to its corresponding feature or bug, so that other people can test.

Clone this wiki locally