Skip to content

Branches

Bayu Dwiyan Satria edited this page Oct 13, 2019 · 3 revisions

We use the following branches for our repository.

master

The master branch is used for the upcoming major releases. It will contain major changes and new features when pull request is requested from any collaborator or the open-source community. We only merge tested changes to the master branch. You can safely base branches on the master branch. It will not be rewound. Typically, everything in the master branch will be included in the next major release. The master branch should include all new features or major changes to bayudwiyansatria/Library-Java-Core.

users/*

The user/* branches are used to track released patch on releases. Only patches that are determined to fix important broken behaviour become part of these branches. You should never base any contributions on these branches.

releases/*

Typically, everything in the master branch that have been tested and reviewed will be included in the release branches with versioning.

Clone this wiki locally