Contribution Guidelines
Awesome Digital History is a community-maintained directory of digital history resources. Contributions are welcome: new entries, corrections, updates, and removals.
You do not need to know Git, GitHub pull requests, Node.js, or Quarto to suggest a change. The easiest path is to open an issue and provide the information you know. A maintainer can turn it into an entry.
Please read the Editorial Policy before suggesting substantial additions or removals.
Source of truth
- Canonical entries live in
entries/*.qmd README.mdandindex.qmdare generated from those pages- Screenshots live in
assets/screenshots/
Ways to contribute
You can propose changes through an issue or a pull request.
Use an issue if you want to suggest a resource, report an error, request a removal, or are not comfortable editing files.
Use a pull request if you want to edit the source files directly and run the local checks.
Beginner path: open an issue
- Open the issue tracker.
- Check for an existing discussion.
- Use the relevant template and fill in as many fields as you can.
- If you do not know a controlled vocabulary value, leave a note in plain language.
- Submit the issue. A maintainer can ask follow-up questions or convert the suggestion into an entry.
Useful information for a new resource suggestion:
- Title and URL.
- One-sentence description.
- Why it helps digital history research, teaching, or source discovery.
- Region, language, resource type, and historical period, if known.
- Any access limits, reuse conditions, API, download option, or known caveat.
Example:
title: Example Archive
external_url: https://example.org/
short_description: Search portal for digitized nineteenth-century newspapers from Exampleland.
directory_section: archives
regions: [Europe]
languages: [en]
resource_types: [newspapers, primary sources, search engine]
periods: [modern]Technical path: open a pull request
- Fork the repository.
- Run
npm install. - Edit the relevant
entries/*.qmdfiles and related docs. - Run the local checks.
- Submit a pull request against
main.
npm run validate
npm run generate
npm run checkIf you changed source URLs or added entries, also run:
npm run screenshotsWhat makes a good contribution?
- The resource is relevant to digital history research or teaching.
- The resource is accessible online.
- The metadata and short description are accurate.
- The entry is current, in scope, and worth maintaining.
- Any AI-assisted text has been checked against the source website.
- Provenance fields are filled in conservatively and do not claim review or authorship that cannot be verified.
Maintainer checklist
When turning an issue into an entry, maintainers should:
- Check the resource against the Editorial Policy.
- Verify the title, URL, description, and controlled vocabulary values.
- Add or update the relevant
entries/*.qmdfile. - Fill
date_added,reviewed_at,reviewed_by,authors, andcontributorsas accurately as possible. - Generate or refresh the screenshot when the URL changes or a new entry is added.
- Run
npm run validate,npm run generate, andnpm run checkbefore merging where practical.
Code of Conduct
Please follow the Code of Conduct.
Licensed under CC0 and AGPLv3.