diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ef8eef2d..4230ab26 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - Thanks for taking the time to fill out this bug report! + Thanks for taking the time to fill out this bug report, please confirm that your issue is not a duplicate issue - type: input id: version attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..c4770e97 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,24 @@ +name: "Feature request" +description: Feature request +labels: ["enhancement: pending triage"] +body: + - type: textarea + id: feature-description + attributes: + label: Description of the feature / 需求描述 + validations: + required: true + - type: textarea + id: suggested-solution + attributes: + label: Suggested solution / 实现思路 + description: | + Solutions to achieve this requirement. + 实现此需求的解决思路。 + - type: textarea + id: additional-context + attributes: + label: 附件 / Additional context + description: | + Any other context or screenshots about the feature request here, or information you find helpful. + 相关的任何其他上下文或截图,或者你觉得有帮助的信息 \ No newline at end of file