diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.en-US.yml b/.github/ISSUE_TEMPLATE/1-bug-report.en-US.yml index f77d1f017..07d24e34a 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.en-US.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.en-US.yml @@ -1,6 +1,7 @@ name: '🐞 Bug Report' description: Report a Bug to Rslib title: '[Bug]: ' +type: Bug labels: ['🐞 bug'] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.en-US.yml b/.github/ISSUE_TEMPLATE/2-feature-request.en-US.yml index b8cc676fc..35bb750d6 100644 --- a/.github/ISSUE_TEMPLATE/2-feature-request.en-US.yml +++ b/.github/ISSUE_TEMPLATE/2-feature-request.en-US.yml @@ -1,6 +1,7 @@ name: '💡 Feature Request' description: Submit a new feature request to Rslib title: '[Feature]: ' +type: Enhancement labels: ['💡 feature'] body: - type: markdown