Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 601 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 601 Bytes

MellonHeads

The website for MellonHeads!

Current design is thanks to Tiffany Jiang, which was coded by William Ganucheau (@williamg).

Contributing

Pull requests are very welcome :-) Take a look at the issues tab to the right for some ideas on getting started.

Some quick steps to get you started:

Make a new branch and push it to GitHub.

git checkout -b feature_branch_name
git push -u origin feature_branch_name

Updating from Master

git pull origin master

Merge from master

git checkout feature_branch_name
git merge master