---
title: MissingRequiredTemplateFiles
description: Makes sure that all the required template files in a theme are present.
source_url:
  html: >-
    https://shopify.dev/docs/storefronts/themes/tools/theme-check/checks/missing-required-template-files
  md: >-
    https://shopify.dev/docs/storefronts/themes/tools/theme-check/checks/missing-required-template-files.md
api_name: liquid
---

# Missing​Required​Template​Files

**Deprecated:**

This check only exists in Theme Check `v1.X.X`.

Makes sure that all template files [required for the Shopify Theme Store](https://shopify.dev/docs/storefronts/themes/store/requirements) are present. [Learn more about theme templates](https://shopify.dev/docs/storefronts/themes/architecture/templates).

***

## Auto-correction

Theme Check can correct this error using the `--auto-correct` flag. When the flag is specified, Theme Check automatically creates the missing template in the `templates` directory as an empty JSON template.

***

## Disabling this check

This check is safe to [disable](https://shopify.dev/docs/storefronts/themes/tools/theme-check/configuration).

***
