From 855f71ac222abd9f3c687f1711ebf3ffa6fd2847 Mon Sep 17 00:00:00 2001 From: patak Date: Fri, 20 Jan 2023 00:01:45 +0100 Subject: [PATCH] chore: fix issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8aafe155..5e7a2db8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- name: 🐞 Bug report -description: Report an issue -labels: ['s: pending triage', 'c: bug'] +about: Report an issue +labels: 's: pending triage', 'c: bug' --- \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 14bcfe2f..1bf9f7fc 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,5 +1,5 @@ --- name: 🚀 New feature proposal -description: Propose a new feature -labels: ['s: pending triage'] +about: Propose a new feature +labels: 's: pending triage' --- \ No newline at end of file