On Monday, April 14, 2014 11:24:13 PM UTC+2, Danielo RodrÃguez wrote: > > I would do this myself on GitHub but I'm not sure how without forking the > whole project. >
That's exactly the way you create pull request. - fork the project - git clone <your project> - create a feature branch eg: fix-520-issue-bla-bla - checkout that branch - make your changes - git add . - git commit -m "some comment what you did" - git push origin fix-520-issue-bla-bla - go to the github page and create a pull request. That's the way it works. ... If you want to use the github editor ... github will do most of the above. .. but you have to fork the project. have fun! mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

