Skip to content

Branches

coderbot edited this page Dec 8, 2020 · 3 revisions

Branches

Welcome to the Terrestria branches guide!

This will be important to those of you that want to contribute to the development of this mod.

Generally speaking out branches are organized in a hierarchy with the root being the overarching domain for the branch.

For example, it may be feature/<name of the feature> or bugfix/<the bug you are fixing>, etc.

The next layer in the hierarchy is more a case specifically for this mod, since you may have seen the previous level under the alias "flow". for our purposes (being a biome mod) we use the second layer as a descriptor to the main feature of the branch.

For example, if we're adding a new biome it would be feature/biome/<new biome> where there may be more features included in the biome like trees, plants, etc. but the main feature is the new biome. in other cases you may just be adding a new tree or plant to existing biomes, so the main feature would be feature/tree/<the new tree>.

It's not a difficult standard, but it's a standard nonetheless, thanks for contributing and complying!