- First create a GitHub student account if you don't already have one. https://education.github.com/students
- Log in to your account and then read the quick intro to git/GitHub. https://guides.github.com/activities/hello-world/
- Come back to this page. https://github.com/mjhinek/COMPMatters
- Make a Fork of this repository. (This copies the COMPMatters repository into your github account)
- In your fork, create a new Branch called something like
name-add-initials
, where name is your name or initials. (a branch is yet another copy/version of the code) - In your new Branch, open the
initials.py
file. Modify the file by adding code to draw your initials after all other initials currently in the code are drawn. Be sure to reset the turtle (t.reset()
) after your initials are drawn. - In the Commit changes section (bottom of the edit window), add a description of the changes you made to the file and then click Commit changes. (This saves your changes to your copy of
initials.py
). - Go to the main page of your repository and make a Pull request. (This lets others know that you made changes to the code. A decision to merge your code into the original code can then be made.)
- Describe the changes you want to make to the original
initials.py
file and then click Create Pull Request.
-
Notifications
You must be signed in to change notification settings - Fork 26
mjhinek/COMPMatters
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
COMP Matters
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published