Execute and test forked code tutorial

Could you please give any additional link apart from the Github HACKING file about how we can make contributions to Snapd. I have forked the repo and cloned it. But that would be great if you could provide any tutorial how we can execute and test our forked repos.

what is missing from the HACKING file? Where do you get stuck? What doesn’t work? What did you do?

Main problem that I have faced is how I can create development environment in my local machine, in order to fix some issues and test it before send to pr?. There are lots of executable go codes under cmd folder and I do not understand which ones should I start to make my functional tests.