## The checklist format
The file `checklists/checklist.json` contains the description
of the bronze, silver and gold tier checklists, which
are rendered by the application in `interactive/`.
For example, this snippet:
```json
{
"id": "bronze_doc_1",
"prompt": "Landing page (e.g., GitHub README, website) provides a link to documentation and brief description of what program does",
"tier": "bronze",
"section": "documentation",
"type": "checkbox"
},
```
renders as under the **Bronze** heading as the checklist
item:
> * [ ] Landing page (e.g., GitHub README, website) provides a link to documentation and brief description of what program does