CodeforAustralia / school-finder

:eyes: Find schools by location
https://education.nsw.gov.au/school-finder
GNU General Public License v3.0
17 stars 7 forks source link

Fixes/341 faq help links #342

Closed reekypete closed 7 years ago

techieshark commented 7 years ago

@reekypete the other thing you can do that's pretty easy is to make a new branch and just copy into it the one commit related to this issue, push that branch and then do a fresh PR for that. Should look like this:

git checkout master
git checkout -b fixes/341-FAQ 
git cherry-pick c69ee9c
git push # or whatever command / GUI you use to push a branch
# do PR on github

Let me know if that works for you.

techieshark commented 7 years ago

Replaced by #343