From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <573d3d98030b70845269c36ccf8b083b@9netics.com> To: 9fans@9fans.net Date: Tue, 8 Sep 2015 20:29:03 -0700 From: Skip Tavakkolian <9nut@9netics.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] How to submit a patch for 9fans.net/go/plan9/client? Topicbox-Message-UUID: 6963a2c2-ead9-11e9-9d60-3106f5b1d025 i would guess that at least rsc and rob review pull requests; a pull request would be the best bet. > Hi, > > I'd like to fix the XXX at > https://github.com/9fans/go/blob/master/plan9/client/conn.go#L41-L46. Per > the man page, version should send a tag of NOTAG, and it currently sends a > 1. Making it so, and then replacing the rpc() call with c.write followed > by a c.read should do the trick. > > How do I submit a patch? I see forks on github, but no one merging back to > 9fans. Is there a codereview link somewhere I should use? Or just a > normal github pull request. > > Thanks, > > Mark