+[2015-03-08T22:06:35Z]fahadashHow do I suggest/submit a bugfix to a repository not owned by me? +[2015-03-08T22:06:59Z]fahadashI found a good repo, but I found a bug that I got the fix for. Its only 2 lines of code-change. I need to somehow find a good way to submit it to the owner/contributers +[2015-03-08T22:15:39Z]fahadash!contribute +[2015-03-08T22:15:44Z]fahadash!help contribute +[2015-03-08T22:15:45Z]gitinfoWhat do you need help with? Something with git? Tell us what's going on, and please be specific. For information on how to abuse me (I'm a bot!), see http://jk.gs/git/bot . Please be gentle.
+[2015-03-09T00:36:32Z]insaneinsideI'm looking to integrate something like my GH profile's "public activity" feed into my website; the obvious solution is to just fetch it from GitHub via XMLHttpRequest and render it with JS, but it looks like GH's cross-origin security policy disallows this. What's the recommended way to do this? +[2015-03-09T00:52:29Z]milkiinsaneinside: can you use the api? +[2015-03-09T00:52:43Z]milkior is that already using it +[2015-03-09T00:59:08Z]insaneinsidemilki: I probably *could*, though it seems a little overkill to do so. +[2015-03-09T01:19:03Z]insaneinsidehrm: or maybe my browser just wants some headers on my own site that I'm not sending.