diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.yaml b/.github/ISSUE_TEMPLATE/Bug_Report.yaml index b43ba3c..0d60ba6 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.yaml +++ b/.github/ISSUE_TEMPLATE/Bug_Report.yaml @@ -1,7 +1,7 @@ name: Bug Report 🐛 description: Report errors or unexpected behavior title: "[Bug]: " -labels: [bug, triage] +labels: [type: bug, status: triage] assignees: - Windos body: diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.yaml b/.github/ISSUE_TEMPLATE/Feature_Request.yaml index dca6bbb..54cde21 100644 --- a/.github/ISSUE_TEMPLATE/Feature_Request.yaml +++ b/.github/ISSUE_TEMPLATE/Feature_Request.yaml @@ -1,7 +1,7 @@ name: Feature Request/Idea 🚀 description: Suggest a new feature or improvement title: "[Feature]: " -labels: [enhancement, triage] +labels: [type: feature request, status: triage] assignees: - Windos body: @@ -46,4 +46,4 @@ body: attributes: label: Additional Context description: | - Please include any other information here that you feel may be relevant to the feature you want implemented that is not covered in the previous sections. \ No newline at end of file + Please include any other information here that you feel may be relevant to the feature you want implemented that is not covered in the previous sections.