-
Notifications
You must be signed in to change notification settings - Fork 414
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
74 changed files
with
46,542 additions
and
36,004 deletions.
There are no files selected for viewing
43 changes: 30 additions & 13 deletions
43
.github/ISSUE_TEMPLATE/bug_report.yml → .github/ISSUE_TEMPLATE/1.bug_report.yml
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
20 changes: 12 additions & 8 deletions
20
.github/ISSUE_TEMPLATE/feature_request.yml → .github/ISSUE_TEMPLATE/2.feature_request.yml
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
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
27 changes: 20 additions & 7 deletions
27
.github/ISSUE_TEMPLATE/client_feedback.yml → .github/ISSUE_TEMPLATE/5.client_feedback.yml
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
49 changes: 31 additions & 18 deletions
49
...b/ISSUE_TEMPLATE/vscode_plugin_report.yml → ...SUE_TEMPLATE/6.vscode_plugin_feedback.yml
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 |
---|---|---|
@@ -1,46 +1,59 @@ | ||
name: 🔌 VSCode Plugin issue | ||
name: 🔌 VSCode Plugin Feedback | ||
description: About VSCode Plugin issue | ||
title: '[VSCode Plugin]' | ||
labels: [VSCode Plugin] | ||
title: "[VSCode Plugin]" | ||
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 | ||
attributes: | ||
label: Validations | ||
description: Before submitting the issue, please make sure you do the following | ||
options: | ||
- label: Check that there isn't already an issue that request the same feature to avoid creating a duplicate. | ||
|
||
- type: dropdown | ||
id: type | ||
attributes: | ||
label: issue type | ||
description: What type of issue is this about VSCode Plugin? | ||
label: Issue Type | ||
description: What type of issue is this? | ||
options: | ||
- Bug | ||
- Feature | ||
- Bug Report | ||
- Feature Request | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: version | ||
attributes: | ||
label: Version | ||
description: If it is a bug, please tell us which version the bug occurred in. If it is a Feature, please tell us which version you are currently using. | ||
placeholder: v1.0.0 | ||
validations: | ||
required: true | ||
required: true | ||
|
||
- type: textarea | ||
id: issue-description | ||
attributes: | ||
label: Clear and concise description of the problem or idea. | ||
placeholder: Questions or ideas. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional context | ||
description: Any other context or screenshots about the feature request here. | ||
- type: checkboxes | ||
id: checkboxes | ||
attributes: | ||
label: Validations | ||
description: Before submitting the issue, please make sure you do the following | ||
options: | ||
- label: Check that there isn't already an issue that request the same feature to avoid creating a duplicate. | ||
|
||
- type: dropdown | ||
id: help-us | ||
attributes: | ||
label: Help us | ||
description: Do you plan to submit a PR for this issue? | ||
description: Do you plan to submit a PR for this issue? | ||
options: | ||
- Yes, I would like to try submitting a PR for this issue. | ||
- No, I don't want to do it now. |
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,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 |
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
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
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
Oops, something went wrong.