Skip to content

Commit

Permalink
更新排序和单词拼写错误
Browse files Browse the repository at this point in the history
  • Loading branch information
RSS1102 committed Oct 11, 2024
1 parent dd7576b commit da14366
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
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:
label: Prerequisites
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.
Expand Down
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, pending-no-confirmed]
body:
- type: markdown
attributes:
Expand Down
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: [📃documentation, padding-no-confirmed]
labels: [📃documentation, pending-no-confirmed]
body:
- type: markdown
attributes:
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 0 additions & 6 deletions .github/ISSUE_TEMPLATE/other.md

This file was deleted.

16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/other.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit da14366

Please sign in to comment.