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