Skip to content

Commit

Permalink
chore(*): fix issue template syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
lyngai committed Nov 23, 2023
1 parent cdff504 commit 61371f0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
id: prerequisites
attributes:
label: Prerequisites
description: Before submitting the issue, ensure the following:
description: 'Before submitting the issue, ensure the following:'
options:
- label: There isn't an existing issue that reports the same bug to avoid duplicates.
- label: The provided information offers a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/client_feedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
id: prerequisites
attributes:
label: Prerequisites
description: Before submitting the issue, ensure the following:
description: 'Before submitting the issue, ensure the following:'
options:
- label: There isn't an existing issue that requests the same feature, to avoid duplicates.
- type: dropdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation_feedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
id: prerequisites
attributes:
label: Prerequisites
description: Before submitting the issue, ensure the following:
description: 'Before submitting the issue, ensure the following:'
options:
- label: There isn't an existing issue with the same question or request to avoid duplicates.
- type: dropdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
id: prerequisites
attributes:
label: Prerequisites
description: Before submitting the issue, ensure the following:
description: 'Before submitting the issue, ensure the following:'
options:
- label: There isn't an existing issue that requests the same feature, to avoid duplicates.
- type: textarea
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 🔌 vscodePlugin issue
description: About vscodePlugin issue
title: '[vscodePlugin]'
labels: [vscodePlugin]
name: 🔌 VSCode Plugin issue
description: About VSCode Plugin issue
title: '[VSCode Plugin]'
labels: [VSCode Plugin]
body:
- type: markdown
attributes:
Expand All @@ -11,7 +11,7 @@ body:
id: type
attributes:
label: issue type
description: What type of issue is this about vscodePlugin?
description: What type of issue is this about VSCode Plugin?
options:
- Bug
- Feature
Expand Down

0 comments on commit 61371f0

Please sign in to comment.