Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 766 Bytes

File metadata and controls

25 lines (21 loc) · 766 Bytes

calculator

Purpose of this project

This project will be completed by the class as a whole, with everyone contributing a bit of code given in the form of different scenarios. The specifics of the project have yet to be decided; this repo is simply to play around with ideas.

How We Roll

  1. Fork the project to your account
  2. Clone your fork
  3. Do your changes
  4. Push
  5. Submit pull request
  6. yay
  7. Sync with the parent repo
  8. PLEASE make sure there is a newline at the end of the file

What will be learned?

  • Basics of open source
  • Working in a team collaborating on a project
  • VCS (git) basics: fork, clone, push, pull, commit, branch
  • Good coding style
  • Documentation
  • Basics of GitHub
  • How to find and contribute to projects