-
Notifications
You must be signed in to change notification settings - Fork 422
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(*): update issue templates (#645)
- Loading branch information
Showing
7 changed files
with
156 additions
and
156 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
name: 🐞 Bug Report | ||
description: Report a bug | ||
title: '[Bug Report]' | ||
labels: [bug] | ||
body: | ||
- type: markdown | ||
attributes: | ||
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: The provided information offers a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug. | ||
- label: For Q&A, please open a [GitHub Discussion](https://github.com/Tencent/cherry-markdown/discussions) instead. | ||
- type: textarea | ||
id: bug-description | ||
attributes: | ||
label: Describe the Bug | ||
description: Provide a clear and concise description of the bug. | ||
validations: | ||
required: true | ||
- type: input | ||
id: reproduction | ||
attributes: | ||
label: Reproduction Steps | ||
description: A [minimal reproduction](https://github.com/Tencent/cherry-markdown/tree/main/examples) is **required**. It helps us resolve your issue faster and more effectively. | ||
placeholder: Reproduction Steps | ||
- type: textarea | ||
id: system-info | ||
attributes: | ||
label: System Information | ||
description: Output of `npx envinfo --system --binaries --browsers` | ||
render: Shell | ||
placeholder: System, Binaries, Browsers | ||
- type: dropdown | ||
id: help-us | ||
attributes: | ||
label: Contributing | ||
description: Would you consider contributing a PR for this issue? | ||
options: | ||
- Yes, I would like to submit a PR for this issue. | ||
- No, I don't plan to at this time. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
name: 💻 Client Feedback | ||
description: Client feedback | ||
title: '[Client]' | ||
labels: [client] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for your interest in the project and for taking the time to provide your feedback. | ||
- type: checkboxes | ||
id: prerequisites | ||
attributes: | ||
label: Prerequisites | ||
description: Before submitting the issue, ensure the following: | ||
options: | ||
- label: There isn't an existing issue that requests the same feature, to avoid duplicates. | ||
- type: dropdown | ||
id: type | ||
attributes: | ||
label: Issue Type | ||
description: What type of issue is this? | ||
options: | ||
- Bug Report | ||
- Feature Request | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: issue-description | ||
attributes: | ||
label: Description of the Problem or Idea | ||
placeholder: Describe your questions or share your ideas here. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: further-info | ||
attributes: | ||
label: Further Information | ||
description: Provide any other relevant information or screenshots about the feature request here. | ||
- type: dropdown | ||
id: help-us | ||
attributes: | ||
label: Contributing | ||
description: Would you consider contributing a PR for this issue? | ||
options: | ||
- Yes, I'd like to submit a PR for this issue. | ||
- No, I don't plan to at this time. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
name: 📃 Documentation Feedback | ||
description: Ask a question or submit a bug related to our documentation | ||
title: '[Docs]' | ||
labels: [docs] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for your interest in the project and taking the time to provide your feedback. | ||
- type: checkboxes | ||
id: prerequisites | ||
attributes: | ||
label: Prerequisites | ||
description: Before submitting the issue, ensure the following: | ||
options: | ||
- label: There isn't an existing issue with the same question or request to avoid duplicates. | ||
- type: dropdown | ||
id: type | ||
attributes: | ||
label: Issue Type | ||
description: What type of issue is this? | ||
options: | ||
- Question | ||
- Documentation Error | ||
- Update Request | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: issue-description | ||
attributes: | ||
label: Description of the Problem or Idea | ||
placeholder: Describe your questions or share your ideas here. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Further Information | ||
description: Provide any other relevant information or screenshots about the question here. | ||
- type: dropdown | ||
id: help-us | ||
attributes: | ||
label: Contributing | ||
description: Would you consider contributing a PR for this issue? | ||
options: | ||
- Yes, I'd like to submit a PR for this issue. | ||
- No, I don't plan to at this time. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters