git - can I submit a request for a bug-fix with a 'pull-and-patch' on Github? -


i encountered bug in project repo hosted on github, logged issue, in response project maintainer asked me "make pull request patch" , closed issue.

does mean fix issue (the 'patch') or can patch more 'direct' way indicate problem, is, direct reference problematic code, without fix proposed?

providing patch means fixing issue yourself, submitting diff between modified copy , original one. in git environment, patch can produced via subcommand , mailed. however, github offers simpler mechanism submitting patches: pull request.

my opinion author asked fix code because he/she has no time or not find exact issue. anyway, providing detailed list of changed (and why) should fine too, don't expect developer fix issue quickly.

also consider describing relevant changes applied might take longer patching code.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -