# Tom Preston-Werner

> 1979– · Programmer, Co-founder of GitHub
>
> **Recorded contribution:** Co-founded GitHub; created Jekyll; TOML format

## How to use this dossier

Read for a causal chain, not a hero story: inherited problem → contribution → mechanism → downstream capability → limit. Then close the page and complete the reconstruction exercise from memory.

## 1. Historical orientation

Tom Preston-Werner co-founded GitHub in 2008 and created or initiated developer tools including the Jekyll static-site generator and TOML configuration format. At GitHub, he helped turn distributed Git repositories into a social Web workflow centered on forks, pull requests, code review, and public identity. He resigned in 2014 after an internal investigation into workplace complaints, a material part of leadership history.

## 2. The problem inherited

Git supported distributed version control, but collaboration still needed discoverable repositories, review conversations, contribution workflows, and a usable public interface.

## 3. The central contribution

Preston-Werner co-founded GitHub and created Jekyll and TOML, contributing to developer collaboration, static publishing, and readable configuration conventions.

## 4. Reconstruct the mechanism

1. Host immutable Git objects and named branches behind authenticated accounts.
2. Represent a proposed contribution as commits plus a reviewable pull-request conversation.
3. Run checks and preserve the merge and discussion history as durable evidence.
4. Publish documentation from versioned plain-text content through a deterministic static build.

## 5. What changed downstream

- GitHub made code review and open-source participation more visible and socially navigable.
- Jekyll helped popularize repository-backed static sites; TOML became a widely used configuration format.

## 6. Attribution, limits, and uncertainty

- GitHub and its tools are collective achievements built on Git, open-source practice, hosting infrastructure, and many maintainers.
- The workplace investigation and resignation matter when evaluating institutional leadership; technical influence does not cancel governance accountability.

## 7. Reconstruction lab

Create a two-person Git project with a pull request, failed check, review revision, and merge. Publish the decision log as a static Jekyll page configured with TOML-like data. Clone the repository to a second host and verify which history survives: commits and branches travel, while issues, reviews, actions, permissions, and social discovery require separate export. Make the static site reproducible from a fresh checkout with pinned dependencies. Compare TOML’s readable configuration with executable configuration by listing what power is intentionally absent. Together these exercises distinguish portable artifacts from the collaborative platform wrapped around them. Sign a release and verify it after migration, adding authenticity to availability. A copied repository is useful only if collaborators can identify trusted history and continue collective maintenance.

## 8. Evidence trail

- [GitHub Form S-1 registration statement context](https://news.microsoft.com/2018/06/04/microsoft-to-acquire-github-for-7-5-billion/) — U.S. Securities and Exchange Commission / Microsoft acquisition records
- [Tom Preston-Werner](https://en.wikipedia.org/wiki/Tom_Preston-Werner) — Wikipedia contributors
- [TOML specification](https://toml.io/en/) — TOML project

---

*Research checked 2026-08-09. Dates, roles, and claims about living people are historical snapshots. Linked sources remain the authority; this dossier is original instructional synthesis.*
