diff --git a/.github/ISSUE_TEMPLATE/dev-feature.yml b/.github/ISSUE_TEMPLATE/rfc.yml similarity index 75% rename from .github/ISSUE_TEMPLATE/dev-feature.yml rename to .github/ISSUE_TEMPLATE/rfc.yml index d376c901..a6bb726a 100644 --- a/.github/ISSUE_TEMPLATE/dev-feature.yml +++ b/.github/ISSUE_TEMPLATE/rfc.yml @@ -1,7 +1,7 @@ name: 功能提案 -description: Feature in Development -title: "[Dev Feature]: " -labels: ["dev feature"] +description: Request for Comments +title: "[RFC]: " +labels: ["RFC"] body: - type: markdown attributes: @@ -14,4 +14,4 @@ body: description: 请详细描述需要改进或者添加的功能。 placeholder: "功能改进" validations: - required: true \ No newline at end of file + required: true