[OpenLayers-Dev] Github or Trac?

Bart van den Eijnden bartvde at opengeo.org
Tue May 22 13:44:15 EDT 2012


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
> Dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/openlayers-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/openlayers-dev/attachments/20120522/0510e785/attachment.html


More information about the Dev mailing list