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

  1. Open the page you want to edit and click Edit this page at the bottom.
  2. 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.
  3. Make your changes in the editor.
  4. Scroll to Commit changes, write a short description of what you changed, and select Create a new branch and open a pull request.
  5. Click Propose changes. GitHub shows a diff and opens the pull request form.
  6. 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.