Best branch to implement bug fix

Hi all!

I'm trying to implement a bugfix for the compiler (SR-8320), but I'm not sure what's the best git branch for me to work on and then send a pull request. Is master ok? Should it maybe be on 4.2 or 5.0 or something else?

Typically you want to create a local branch (you can call this sr-8320 for simplicity) and pr into master.

It's best to start by putting your PR against master. We can discuss pulling it into other branches as needed from there. The release branches are primarily handled by management.

Great, thanks!