wics-uw / website

The code that runs http://wics.uwaterloo.ca/
Other
9 stars 49 forks source link

Newposts #292

Closed mokaixu closed 7 years ago

mokaixu commented 7 years ago

Added tshirt post and CSters post? (please work)

annalorimer commented 7 years ago

Hey so the commits from your other PR's keep getting included in any new pull requests you make. I'm not entirely sure what you need to do to fix this without actually looking at what you're doing 😛

Maybe set up a time to meet with either @evykassirer or I to sort this out?

fboxwala commented 7 years ago

@mokaixu are you making a new branch off of master every time you work on a new feature?

When you open up a terminal to start working on a new feature always do the following steps before anything else:

git checkout master git checkout -b newfeaturebranch

fboxwala commented 7 years ago

also please use more descriptive commit messages. ie. "adds file for csters event" instead of "adds file"

annalorimer commented 7 years ago

@mokaixu Let us know if you need any help 😃