diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 26931336..c3b21dba 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ name: 🐞 Bug Report description: Report a bug title: "[Bug Report]" -labels: [bug, padding-no-confirmed] +labels: [🐞bug, padding-no-confirmed] body: - type: markdown attributes: @@ -16,15 +16,15 @@ body: - 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://github.com/Tencent/cherry-markdown/tree/main/examples) of the bug, - (Why create a Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example)). + ([Why create a Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example)). - label: For Q&A, please open a [GitHub Discussion](https://github.com/Tencent/cherry-markdown/discussions) instead. - type: input id: version attributes: label: Version - description: Provide a version of `cherry-markdown` that generates bugs. - placeholder: Version + description: Providing the current version of cherry-markdown that will generate bugs. + placeholder: "example: 1.0.0" validations: required: true diff --git a/.github/ISSUE_TEMPLATE/client_feedback.yml b/.github/ISSUE_TEMPLATE/client_feedback.yml index 17f19ed8..510764cb 100644 --- a/.github/ISSUE_TEMPLATE/client_feedback.yml +++ b/.github/ISSUE_TEMPLATE/client_feedback.yml @@ -1,7 +1,7 @@ name: 💻 Client Feedback description: Client feedback title: "[Client]" -labels: [client, padding-no-confirmed] +labels: [💻client, padding-no-confirmed] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/documentation_feedback.yml b/.github/ISSUE_TEMPLATE/documentation_feedback.yml index 07489dcd..ef6744b1 100644 --- a/.github/ISSUE_TEMPLATE/documentation_feedback.yml +++ b/.github/ISSUE_TEMPLATE/documentation_feedback.yml @@ -1,7 +1,7 @@ name: 📃 Documentation Feedback description: Ask a question or submit a bug related to our documentation title: '[Docs]' -labels: [docs, padding-no-confirmed] +labels: [📃docs, padding-no-confirmed] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 8757da08..e342bfc6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,7 @@ name: 🚀 New feature proposal description: Suggest an idea for this project title: "[Feature Request]" -labels: [enhancement, padding-no-confirmed] +labels: [🚀enhancement, padding-no-confirmed] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/vscode_plugin_report.yml b/.github/ISSUE_TEMPLATE/vscode_plugin_report.yml index 1ff894bc..b9217c42 100644 --- a/.github/ISSUE_TEMPLATE/vscode_plugin_report.yml +++ b/.github/ISSUE_TEMPLATE/vscode_plugin_report.yml @@ -1,7 +1,7 @@ name: 🔌 VSCode Plugin issue description: About VSCode Plugin issue title: "[VSCode Plugin]" -labels: [VSCode-Plugin, padding-no-confirmed] +labels: [🔌VSCode-Plugin, padding-no-confirmed] body: - type: markdown attributes: