diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 50d8819b..8e4f6126 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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. diff --git a/.github/ISSUE_TEMPLATE/client_feedback.yml b/.github/ISSUE_TEMPLATE/client_feedback.yml index 54a0c0e0..5a74f8b4 100644 --- a/.github/ISSUE_TEMPLATE/client_feedback.yml +++ b/.github/ISSUE_TEMPLATE/client_feedback.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/documentation_feedback.yml b/.github/ISSUE_TEMPLATE/documentation_feedback.yml index 76bb146e..ddfa88c5 100644 --- a/.github/ISSUE_TEMPLATE/documentation_feedback.yml +++ b/.github/ISSUE_TEMPLATE/documentation_feedback.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index eca42a3f..f2206f3d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/vscodePlugin-report.yml b/.github/ISSUE_TEMPLATE/vscode_plugin_report.yml similarity index 87% rename from .github/ISSUE_TEMPLATE/vscodePlugin-report.yml rename to .github/ISSUE_TEMPLATE/vscode_plugin_report.yml index d9a2c9b6..72d26bcd 100644 --- a/.github/ISSUE_TEMPLATE/vscodePlugin-report.yml +++ b/.github/ISSUE_TEMPLATE/vscode_plugin_report.yml @@ -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: @@ -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