Skip to content

Commit

Permalink
chore: 增强图标
Browse files Browse the repository at this point in the history
  • Loading branch information
RSS1102 committed Oct 11, 2024
1 parent 484df08 commit 5de1022
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/client_feedback.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation_feedback.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/vscode_plugin_report.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 5de1022

Please sign in to comment.