I’m trying to make a pull request for a new function in ofMesh, seems like I did something wrong, any pointers? Here’s what my pull request looks like:
got it. solution was to clone from my github fork using:
git clone -b develop git@github.com:gimlids/openFrameworks.git
so that the develop branch would be active (in some capacity which i do not fully understand).