-
-
Notifications
You must be signed in to change notification settings - Fork 1
Branches
We use the following branches for our repository.
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
.
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.
Typically, everything in the master branch that have been tested and reviewed will be included in the release
branches with versioning.