diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index d72f34bea..45edb6003 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,7 +1,9 @@ name: Bug Report -description: "Something is not behaving as expected." -title: "[Bug]: " +description: 'Something is not behaving as expected.' +title: '[Bug]: ' labels: ['Potential Bug'] +type: Bug + body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index 3ad7f49fd..dc1667a6f 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -1,7 +1,8 @@ name: Feature Request description: Suggest an idea for this project -title: "[Feature Request]: " -labels: ["enhancement"] +title: '[Feature Request]: ' +labels: ['enhancement'] +type: Feature body: - type: checkboxes