Type object
File match **/.github/ISSUE_TEMPLATE/!(config).yml **/.github/ISSUE_TEMPLATE/!(config).yaml
Schema URL https://catalog.lintel.tools/schemas/github/github-issue-template-forms/latest.json
Source https://www.schemastore.org/github-issue-forms.json

Validate with Lintel

npx @lintel/lintel check
Type: object

Properties

description string required
Examples: "Sample description"
minLength=1
title string
Examples: "Sample title", "Bug: ", "Feature: "
minLength=1
projects string[]

Projects that any issues created with this template will automatically be added to.

type string
Examples: "Bug", "Enhancement"
minLength=1

Definitions

id string
Examples:
  • "SampleId"
validations object
required boolean

Specify whether require a form item

Default: false
upload_validations object
required boolean

Specify whether require a form item

Default: false
accept string

A comma-separated list of file extensions that are accepted. If omitted, all supported file types are accepted.

Examples: ".png,.jpg,.gif,.log,.txt,.zip"
assignee string
Examples:
  • "SampleAssignee"
label string
Examples:
  • "Sample label"
description string
Examples:
  • "Sample description"
placeholder string
Examples:
  • "Sample placeholder"
value string
Examples:
  • "Sample value"