From: Chris N. <chr...@ms...> - 2017-06-18 22:58:15
|
Is there a preferred way to make a diff? I can compare in Eclipse, but just copying from the two views does not seem ideal. Chris From: Martin Brumm [mailto:dr....@t-...] Sent: Saturday, June 17, 2017 11:25 PM To: rai...@li... Subject: Re: [Rails-devel] Making changes Am 17.06.2017 um 23:19 schrieb Chris NOON: Hi, I was able to get a dev environment up and running, and was looking at the code. I found a minor, but annoying bug, and was able to fix it. I do not see instructions on how this should be relayed, I assume newbies can’t just check in code. Thanks, Chris Hi Chris, 2 ways to do this right now. a)Prepare a diff and send that to the list or me directly - Preferred way, but also create an account on sourceforge if you havent done so already. b) Fork Stefans Github Repo and put your changes in there and then create a pull request. Since stefan is not active in the moment this is the less preferred way cause i means i have to cross track the changes :) But it would also work. Regards Martin |