Contributing to the Data Literacy Training Course
This guide walks through setting up the project from scratch on a new machine.
Editing content via “Edit this page”
Every page on this site shows an Edit this page link at the bottom. This is the quickest way to fix a typo, update outdated content, or add a paragraph — no local setup required.
How it works
- Open the page you want to edit and click Edit this page at the bottom.
- GitHub opens the file in its web editor. If you don’t have write access to the repository, GitHub automatically forks the repo into your account.
- Make your changes in the editor.
- Scroll to Commit changes, write a short description of what you changed, and select Create a new branch and open a pull request.
- Click Propose changes. GitHub shows a diff and opens the pull request form.
- Add a title and description, then click Create pull request.
A maintainer reviews the pull request, asks questions if needed, and merges it. The site rebuilds automatically on merge via GitHub Actions.