From f17b7c0c78f238dc74e1d6407b60a4d44c7128ba Mon Sep 17 00:00:00 2001 From: Estrella Pan <33726646+EstrellaXD@users.noreply.github.com> Date: Tue, 20 Jun 2023 21:47:22 +0800 Subject: [PATCH] Update and rename dev-feature.yml to rfc.yml feat: add rfc tag --- .github/ISSUE_TEMPLATE/{dev-feature.yml => rfc.yml} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename .github/ISSUE_TEMPLATE/{dev-feature.yml => rfc.yml} (75%) 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