If it involves larger structural changes you should outline them in text first. In any case you need to open at least one issue in JIRA, write the code with tests and submit pull requests. Try to structure the code in multiple logical commits for easier review.
It's also good to consider if it can be done backwards compatible. /Oskar Den 8 jul 2014 02:37 skrev "Jeffrey Becker" <[email protected]>: > I've been playing around with writing a migration framework akin to EF6 > Migrations as a separate library and I've run into a number of places sql > flavors aren't adequately reflected in Dialect. Specifically I'm running > into issues around dropping & altering columns where the support and syntax > varies widely. What's the process for me proposing a change, getting tests > up to everyone's satisfaction and submitting a pull request? > > -- > > --- > You received this message because you are subscribed to the Google Groups > "nhibernate-development" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "nhibernate-development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
