Skip to content

Sample code for: How to Use GitHub#783

Open
lpozo wants to merge 1 commit into
masterfrom
how-to-use-github
Open

Sample code for: How to Use GitHub#783
lpozo wants to merge 1 commit into
masterfrom
how-to-use-github

Conversation

@lpozo

@lpozo lpozo commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Where to put new files:

  • New files should go into a top-level subfolder, named after the article slug. For example: my-awesome-article

How to merge your changes:

  1. Make sure the CI code style tests all pass (+ run the automatic code formatter if necessary).
  2. Find an RP Team member on Slack and ask them to review & approve your PR.
  3. Once the PR has one positive ("approved") review, GitHub lets you merge the PR.
  4. 🎉

Code examples for the How to Use GitHub tutorial. Files live in the how-to-use-github/ top-level folder, named after the article slug.

The tutorial uses a small weather CLI app as the sample project and walks through fixing a bug through GitHub Issues, so the folder includes two snapshots of the script:

  • weather.py — the initial app as first created and pushed in the tutorial.
  • weather_fixed.py — the version after applying the Issue Flask API Tutorial #2 fix (loads secrets.ini relative to the script's location using pathlib).

Generated from the tutorial markdown with the post-materials skill, then verified locally before pushing.

@lpozo lpozo requested a review from brendaweles June 16, 2026 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant