Skip to content

Reply To: What is the procedure to contribute a new example?

OpenLB – Open Source Lattice Boltzmann Code Forums on OpenLB General Topics What is the procedure to contribute a new example? Reply To: What is the procedure to contribute a new example?

#8818
Danial.Khazaeipoul
Participant

I am asking because usually only the master or main branch is write-protected, which means users other than admins are not permitted to make unauthorized changes. In this case, any change must go through a merge request to be added to the main branch. However, users are able to create a new branch and push it to the remote repository which later can be merge into the main branch upon approval. Can you explain how OpenLB’s repository works?