Skip to content

Commit 43acfd4

Browse files
Add yaml schema comments
1 parent e3982be commit 43acfd4

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

β€Ž.github/ISSUE_TEMPLATE/bug-report.ymlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yaml-language-server: $schema=https://json.schemastore.org/github-issue-forms.json
12
name: πŸ› Bug Report
23
labels: ["Type: Bug"]
34
description: Did something not work as expected?

β€Ž.github/ISSUE_TEMPLATE/config.ymlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yaml-language-server: $schema=https://json.schemastore.org/github-issue-config.json
12
blank_issues_enabled: false
23
contact_links:
34
- name: πŸ’¬ Discord Server

β€Ž.github/ISSUE_TEMPLATE/feature-request.ymlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yaml-language-server: $schema=https://json.schemastore.org/github-issue-forms.json
12
name: ✨ Feature Request
23
labels: ["Type: Enhancement"]
34
description: Do you want something changed or implemented?

β€Ž.github/ISSUE_TEMPLATE/question.ymlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yaml-language-server: $schema=https://json.schemastore.org/github-issue-forms.json
12
name: ❓ Question
23
labels: ["Type: Question"]
34
description: Do you have a question regarding this project?

0 commit comments

Comments
Β (0)