Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 613 Bytes

File metadata and controls

10 lines (10 loc) · 613 Bytes
  1. Fork this repository to your GitHub account
  2. Clone your forked repository to your local machine
  3. Set this repository as the upstream of your fork
  4. Create a new branch (call it whatever you want) and work from this branch
  5. Add your contribution to main.cpp by typing a string as the return value of your named function, e.g., const char* Michael()
  6. Compile and test your modifications
  7. Commit the modifications to your local repo
  8. Push your branch to your forked repository
  9. Make a pull request to this upstream repository
  10. Get upstream updates to see others' contributions to main.cpp