Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 704 Bytes

File metadata and controls

24 lines (20 loc) · 704 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

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