From 4901dc0f3b5be4a98b113f488c4838e008cd22db Mon Sep 17 00:00:00 2001 From: Yoojun Zhou Date: Fri, 17 Jan 2025 22:33:17 +0800 Subject: [PATCH] Remove title prefix --- .github/ISSUE_TEMPLATE/01. problem.yml | 2 +- .github/ISSUE_TEMPLATE/02. feature.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01. problem.yml b/.github/ISSUE_TEMPLATE/01. problem.yml index b25369e..5cb09d0 100644 --- a/.github/ISSUE_TEMPLATE/01. problem.yml +++ b/.github/ISSUE_TEMPLATE/01. problem.yml @@ -1,6 +1,6 @@ name: 🐞 Problem Report description: Report an issue with iNKORE.UI.WPF.Modern library -title: "[🐞] Your Title Here" +title: "Your Title Here" labels: ["status: needs-triage"] type: "Bug" diff --git a/.github/ISSUE_TEMPLATE/02. feature.yml b/.github/ISSUE_TEMPLATE/02. feature.yml index b51248f..391d22a 100644 --- a/.github/ISSUE_TEMPLATE/02. feature.yml +++ b/.github/ISSUE_TEMPLATE/02. feature.yml @@ -1,6 +1,6 @@ name: 💡 Feature Request description: Suggest an idea, new feature or component for the library. -title: "[💡] Your Title Here" +title: "Your Title Here" labels: ["status: needs-triage"] type: "Feature"