Hey Phil, a basic workflow would be forking openlayers under your github account, create a branch, commit, push your changes and create a pull request from there. This will create an issue in the OL github tracker.
If you want to attach a pull request to an existing issue, you need to use something like hub [1]. You cannot attach attachments, I assume you wanted to attach a patch/diff file? $ git pull-request -i <issue_number> -b openlayers:master -h yourgithubuser:<your_branch> This assumes "git" is aliased to "hub". Without -i a new pull request/issue is created. [1] https://github.com/defunkt/hub Best regards, Bart -- Bart van den Eijnden OpenGeo - http://opengeo.org Expert service straight from the developers. On May 2, 2012, at 11:10 PM, Phil Scadden wrote: > I reported bug in github but struggled to find a way to attach a file to > the issue. Does github have all the functionality of trac? > > Notice: This email and any attachments are confidential. If received in error > please destroy and immediately notify us. Do not copy or disclose the > contents. > > _______________________________________________ > Dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/openlayers-dev
_______________________________________________ Dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-dev
