In ADF, I'm attempting to prevent developers from directly editing and committing to the master branch.
Users run the risk of making changes in ADF by not creating a feature branch and instead working directly on master (I've done it!).
Is it possible to enforce this in ADF?