Git Branch Naming Conventions
feature/Xif X is a big project that covers multiple issuesintegration/Xif X is a branch off a non-master branch and the original branch has been merged into master already, but there are still some differences needed for some reasonissue/X-Yif X is a GitHub issue; X is the GitHub issue number and Y is a short descriptive word or twoproject/Xif X is a thing that branched off from master and is not expected to be merged back. We are trying to keep these to an absolute minimumthesis/year/Xthesis student projects