diff --git a/.github/ISSUE_TEMPLATE/bug-report.en-US.yml b/.github/ISSUE_TEMPLATE/bug-report.en-US.yml index 661feaaf8c..472e14aad8 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.en-US.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.en-US.yml @@ -1,6 +1,7 @@ name: '🐞 Bug Report' description: Report a Bug to Rsbuild title: '[Bug]: ' +type: Bug labels: ['🐞 bug'] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature-request.en-US.yml b/.github/ISSUE_TEMPLATE/feature-request.en-US.yml index 4eca58a7ed..bf27de5e77 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.en-US.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.en-US.yml @@ -1,6 +1,7 @@ name: '💡 Feature Request' description: Submit a new feature request to Rsbuild title: '[Feature]: ' +type: Enhancement labels: ['💡 feature'] body: - type: markdown