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 da14366 commit 749ea28
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/1.bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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
Expand All @@ -15,9 +15,11 @@ body:
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://github.com/Tencent/cherry-markdown/tree/main/examples) of the bug,
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.
- label: |
For [Q&A](https://github.com/Tencent/cherry-markdown/discussions/categories/q-a),
please open a [GitHub Discussion](https://github.com/Tencent/cherry-markdown/discussions) instead.
- type: input
id: version
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/2.feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: 🚀 New feature proposal
name: 🚀 New Feature Request
description: Suggest an idea for this project
title: "[Feature Request]"
labels: [🚀enhancement, pending-no-confirmed]
body:
- type: markdown
attributes:
value: |
Thank you 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 taking the time to fill out this feature report.

- type: checkboxes
id: prerequisites
attributes:
Expand Down Expand Up @@ -35,7 +35,7 @@ body:
attributes:
label: Further Information
description: Provide any other relevant information or screenshots about the feature request here.

- type: dropdown
id: help-us
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/6.vscode_plugin_feedback.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🔌 VSCode Plugin issue
name: 🔌 VSCode Plugin Feedback
description: About VSCode Plugin issue
title: "[VSCode Plugin]"
labels: [🔌vscode-plugin, pending-no-confirmed]
Expand Down
File renamed without changes.

0 comments on commit 749ea28

Please sign in to comment.