Skip to content

Commit 3dbdf28

Browse files
committed
Update schema store
1 parent f190bbe commit 3dbdf28

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"$schema":"http://json-schema.org/draft-07/schema","$comment":"https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser","title":"GitHub issue template configuration","type":"object","additionalProperties":false,"properties":{"blank_issues_enabled":{"type":"boolean"},"contact_links":{"type":"array","items":{"type":"object","additionalProperties":false,"required":["name","url","about"],"properties":{"name":{"type":"string"},"url":{"type":"string"},"about":{"type":"string"}}}}}}

schemastore/timestamp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"timestamp":1638319173038}
1+
{"timestamp":1638405422295}

schemastore/www.schemastore.org/api/json/catalog.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,6 +1262,15 @@
12621262
],
12631263
"url": "https://json.schemastore.org/github-issue-forms.json"
12641264
},
1265+
{
1266+
"name": "GitHub Issue Template configuration",
1267+
"description": "YAML schema for configuring GitHub Issue Templates",
1268+
"fileMatch": [
1269+
".github/ISSUE_TEMPLATE/config.yml",
1270+
".github/ISSUE_TEMPLATE/config.yaml"
1271+
],
1272+
"url": "https://json.schemastore.org/github-issue-config.json"
1273+
},
12651274
{
12661275
"name": "GitHub Workflow",
12671276
"description": "YAML schema for GitHub Workflow",

0 commit comments

Comments
 (0)