diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml similarity index 93% rename from .github/ISSUE_TEMPLATE/bug_report.yml rename to .github/ISSUE_TEMPLATE/1.bug_report.yml index a43cd435..c6781a9f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -1,12 +1,12 @@ name: 🐞 Bug Report description: Report a bug title: "[Bug Report]" -labels: [🐞bug, padding-no-confirmed] +labels: [🐞bug, pending-no-confirmed] body: - type: markdown attributes: - value: | - Thank you for taking the time to report this bug. + value: Thank you for taking the time to report this bug. + - type: checkboxes id: prerequisites attributes: @@ -14,7 +14,7 @@ body: 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: + - 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)). - label: For Q&A, please open a [GitHub Discussion](https://github.com/Tencent/cherry-markdown/discussions) instead. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/2.feature_request.yml similarity index 96% rename from .github/ISSUE_TEMPLATE/feature_request.yml rename to .github/ISSUE_TEMPLATE/2.feature_request.yml index 26ba32a1..ec3a225c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/2.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, pending-no-confirmed] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/documentation_feedback.yml b/.github/ISSUE_TEMPLATE/3.documentation_feedback.yml similarity index 96% rename from .github/ISSUE_TEMPLATE/documentation_feedback.yml rename to .github/ISSUE_TEMPLATE/3.documentation_feedback.yml index 53cdc0e3..91d48d6a 100644 --- a/.github/ISSUE_TEMPLATE/documentation_feedback.yml +++ b/.github/ISSUE_TEMPLATE/3.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: [📃documentation, padding-no-confirmed] +labels: [📃documentation, pending-no-confirmed] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/client_feedback.yml b/.github/ISSUE_TEMPLATE/5.client_feedback.yml similarity index 90% rename from .github/ISSUE_TEMPLATE/client_feedback.yml rename to .github/ISSUE_TEMPLATE/5.client_feedback.yml index 49acad0d..c5b66484 100644 --- a/.github/ISSUE_TEMPLATE/client_feedback.yml +++ b/.github/ISSUE_TEMPLATE/5.client_feedback.yml @@ -1,12 +1,11 @@ name: 💻 Client Feedback description: Client feedback title: "[Client]" -labels: [💻client, padding-no-confirmed] +labels: [💻client, pending-no-confirmed] body: - type: markdown attributes: - value: | - Thank you for your interest in the project and for taking the time to provide your feedback. + value: Thank you for your interest in the project and for taking the time to provide your feedback. - type: checkboxes id: prerequisites diff --git a/.github/ISSUE_TEMPLATE/vscode_plugin_report.yml b/.github/ISSUE_TEMPLATE/6.vscode_plugin_feedback.yml similarity index 90% rename from .github/ISSUE_TEMPLATE/vscode_plugin_report.yml rename to .github/ISSUE_TEMPLATE/6.vscode_plugin_feedback.yml index deb36d32..e0d7c61a 100644 --- a/.github/ISSUE_TEMPLATE/vscode_plugin_report.yml +++ b/.github/ISSUE_TEMPLATE/6.vscode_plugin_feedback.yml @@ -1,12 +1,11 @@ name: 🔌 VSCode Plugin issue description: About VSCode Plugin issue title: "[VSCode Plugin]" -labels: [🔌vscode-plugin, padding-no-confirmed] +labels: [🔌vscode-plugin, pending-no-confirmed] body: - type: markdown attributes: - value: | - Thanks for your interest in the project and taking the time to fill out this feature report! + value: Thank you for your interest in the project and for taking the time to provide your feedback. - type: checkboxes id: checkboxes diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md deleted file mode 100644 index d61af107..00000000 --- a/.github/ISSUE_TEMPLATE/other.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -name: ✏️ Others -about: If none of them are in other ranges, please use this to illustrate. -title: "[Others]" -labels: [padding-no-confirmed] ---- diff --git a/.github/ISSUE_TEMPLATE/other.yml b/.github/ISSUE_TEMPLATE/other.yml new file mode 100644 index 00000000..dd3e6221 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.yml @@ -0,0 +1,16 @@ +name: ✏️ Others +description: If none of them are in other ranges, please use this to illustrate. +title: "[Others]" +labels: [pending-no-confirmed] +body: + - type: markdown + attributes: + value: Thank you for your interest in the project and for taking the time to provide your feedback. + + - type: textarea + id: issue-description + attributes: + label: Clear and concise description of the problem or idea. + placeholder: Questions or ideas. + validations: + required: true