Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 1.21 KB

instructions-medium.md

File metadata and controls

45 lines (23 loc) · 1.21 KB

Engineering Fundamentals 01 - Git - Check List

Notice: Some numbers have intentionally been removed from this checklist since they don't make sense with so little description. The titles on the checklist also have changed somewhat but the numbers are still kept to easily refer to the same position in the more detailed instructions you can find here.

There is more than one way of solving the assignment, the below checklist provide one way to do it.

  1. Find the Repository

  2. Fork the Repository

  3. Clone the Repository

  4. Setup "upstream" Remote

  5. Test Project

  6. Create Feature Branch

  7. Switch to Feature Branch

  8. Create your script file and implement code

  9. Test your changes

  10. Stage your changes

  11. Commit your changes

  12. Integrate changes from "upstream"

  13. Merge potential changes from "upstream"

  14. Commit the merge if any

  15. Push your changes to your GitHub Repository

  16. Use GitHub's User Interface to create a Pull Request

  17. Participate in Pull Request conversation and fix potential problems

  18. When PR is approved, synchronize local repository and your forked version on GitHub

  19. Repeat from number 6 to contribute again

Thanks for you participation!