Sheets' Templates

If you want to contribute a character sheet for a game that you saw is missing from the platform or even fix one that is already available you can start here. First take note of the Codeberg repository we store the sheets at:

Before we make contributions it's good to understand how the sheet's data is stored.

Sheets' Templates Template

If you pay attention to this repository you'll notice the only valid piece of data here is only the sheets.json file, and that's where we store the entire data really, this file is a simple JSON with the singles key "sheets", which equal an array of sheet templates.

The sheet templates inside the array follow the following format:

{
  "name": "string",
  "sheetAuthor": "string",
  "sheet": "Array of string"
},

This object is a single sheet template, each field meaning:

Contributing

Now that you know the format we store these sheets in here, there are two main ways you can submit a sheet template contribution: