A fun but convoluted way to make sure everyone in ASTR 119 has a Section!
-
Look at the Issues tab. Find your name in the list of issues, and note the corresponding issue number. If you don't see your name, scroll down to click "Next" to advance the page or try searching your name in the search field.
-
Go to the Fork button in the upper right hand corner to create a branch in your account. You can edit this forked branch, it exists in your account and not mine.
-
Upload a python program called "hello-world-firstname-lastinitial.py"
#!/usr/bin/env python3
print("Hello from [your name].")
-
Click the "Code" tab to refresh the screen, and click the "New pull request" button to request that I merge your forked branch into my repository.
-
In the comments for the pull request, note your preference for a Section assignment (M or F). If you already have an officially assigned Section, note that instead (no need to tell me which one).
-
In the comments for the pull request, also add "Closes #[number]" where [number] corresponds to the Issue number with your name. (Don't include the [] -- just use #1 or #2, etc)
-
Do not include any additional personal information!
-
I will merge the pull request and note which Section you are assigned to (you may not get your first choice!).
-
Also feel free to note which name and pronouns you prefer.