Github Branch Protection, Naming And Structure - HU-ICT-LAB/RobotWars GitHub Wiki

Branch protection and structure.

The branches on this github page are protected to make sure that there is always a working version on the main. A workflow has been created to achieve this result. The workflow with the restriction necessary are show here:

github workflow

Branch naming

You might have noticed that our branche names have a solid structure. It consists of three parts: The first parts says something about if it's a new feature, a bug fix or something like a restructure. The second part tells you about which issue it is, it's just the number of an issue found on our issues page. The last part is just a simple description of the issue. Some examples:

  • feature/50-implement-domain
  • bug/51-fix-api-issue
  • restructure/52-src-folder

Related issues

Issues: #36