How to submit code for consideration for a FOG feature improvement
-
I’ve spent the last few days working out a method make target system variables from FOG available during the execution of the postinstall scripts.
How do I submit them for consideration and inclusion in the trunk release?
-
a pull request via git.
So, make a github account, fork the fog project, download your fork to your local work space, Make your changes. Commit your changes, push your changes. Then do a pull request with the main repo. The devs will look it over and either merge or not, often with comments when they don’t.