AHS Coding Club demo repo
Hacktoberfest is an annual coding event where you can win a free t-shirt, just for writing code!
First, you'll need to make a GitHub account. That's pretty simple, just go to github.com/signup. You can use your school email or personal email, but if you're going to keep on coding, you should probably use your personal (since GitHub is so big and you're definitely going to keep using it).
Once you have GitHub set up, link it to the Hacktoberfest event site.
-
Click the Start Hacking button
- Click Sign up with GitHub
- Accept the permissions
- Enter the info. Choose "Participant" under "Are you a..."
- That's it! When you make pull requests later, they'll show up.
Pull requests sound scary but they just mean "code contribution." That can be adding your own code, or modifying someone else's. For now, just add your own code (could be anything).
-
Go to the CodingClub sample repository
- "Repository" = folder of code
-
Click Fork. This will make a copy of the folder that you can edit.
- Add a file.
- Paste in your code!
print("Hello world")
- Commit your changes.
- "Commit" = save your code
- You have added your file. Time to create a pull request now
- Confirm that you want to create a PR
- Thanks for the PR! We will accept it later and it will count to your 4 PRs.