Closed tbellembois closed 8 years ago
LGTM.
please squash into one commit and re-push (then, I'll merge this PR)
also, please add yourself to the astrogo/license repository (to the AUTHORS
and CONTRIBUTORS
files), so all the legalese is kosher.
PS: here is how to squash into one commit:
$ git fetch --all -p
$ git checkout image-impl
$ git rebase -i origin/master
$ git push -f tbellembois/image-impl
(if you named your origin
as tbellembois
)
ptal
needs astrogo/license#1
Thanks.
Fixes #8