Skip to content

How to contribute

Everything on this site can be edited right in your browser — you don’t need to know how to code. Edits go live automatically a minute or two after you save.

  1. Open the page you want to fix.
  2. Scroll to the bottom and click Edit page.
  3. GitHub opens that page in an editor. The text is Markdown — mostly just plain text. (You’ll need a free GitHub account, and to be added as a collaborator — ask Jon.)
  4. Make your change, then click Commit changes. Done — the site rebuilds and your edit appears shortly.
  • ## Heading and ### Smaller heading
  • **bold** and *italic*
  • Start a line with - to make a bullet
  • A blank line separates paragraphs
  • Link: [text shown](https://example.com)
  • Image: ![caption](../../../assets/bible/some-image.png)

Much of the Tank Bible was written for Update 12 (2022). If you spot something that’s changed since, either fix it directly or flag it for someone else by adding a caution box:

:::caution[Needs review — Update 20]
The reload times here are from Update 12 and may be wrong now.
:::

When you’ve checked a page against the current game, bump its date by editing the lastUpdated: line at the very top.

Put the image file into src/assets/bible/ (or src/assets/crosshairs/) and reference it with a relative path like the image example above. Keep images reasonably sized — under about 2000px wide.

Every change is saved in history. If something ever goes wrong, it can be reverted in a single click — so feel free to experiment.