Closed Mottie closed 7 years ago
Sorry, I totally didn't read the contributing section... I can resubmit this PR in a branch if you want.
Awesome! Thanks for fixing that.
The major reason to have your PR come from a feature branch instead of your master branch is that I'm likely to squash or rebase the commits when I bring them in and now your master
is incompatible with devICT's master
. I've already done that so to fix yours just takes a few steps
Assuming you have your repo set as origin
and the devICT repo as upstream
you can do this to get your repo back in sync with ours
git fetch upstream
git reset --hard upstream/master
git push --force-with-lease origin master
This PR gets data from the correct
attributes
& removes a duplicate<script>
tag.