Adventures in Elm - Fix up evancz/first-person-elm
In my last post, I was having trouble using evancz/elm-svg, since it hasn't been updated to work with Elm 0.15.1.
Rather than just patch the code as I integrate it into my project, I'll fix it first for great good.
So the GitHub Flow seems to be a fairly simple process, not dissimilar to stuff I've done in my work.
As I'm not a member of evancz/first-person-elm, I'll be using Fork-Pull rather than Shared Repository.
Here's a checklist:
- Fork evancz/first-person-elm to genthaler/first-person-elm
- Branch my fork (Upgrade-to-Elm-0.15.1)
- Fix my branch
- Create pull request
- Have a chat
- Merge genthaler/first-person-elm back to evancz/first-person-elm.
It occurs to me that it might be a good idea to allow comments in my blog, so I'll set that up too...