This is the track everybody starts with, because everything else in the club runs on it. You do not need a command line for any of it.
What you will actually do
- Read a repository. Open the club site repo and find where the project files live. Sounds trivial. It is the thing that makes everything else make sense.
- Make a branch. A branch is a safe copy where your change lives until somebody agrees it is good. Nothing you do on a branch can break the live site.
- Open a pull request. This is you saying “here is my change, please look at it.” A check runs automatically to confirm the site still builds.
- Get it reviewed and merged. Somebody reads it, maybe asks a question, then merges. About a minute later it is live on the internet.
- Review somebody else’s. Harder than it sounds and more useful than you expect. Reading other people’s work is most of the job.
The bit that trips people up
A pull request is not a request to pull something. It is a request that somebody pull your change into the main copy. The name is bad. Everyone agrees the name is bad.
When you are done
Add yourself to a project on the Build page, or fix a typo you spot anywhere on this site. Both are real contributions and both count.