Skip to content

Commit e4cc8f2

Browse files
authored
chore(workflow): set Issue types (#547)
1 parent 01df497 commit e4cc8f2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/ISSUE_TEMPLATE/1-bug-report.en-US.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: '🐞 Bug Report'
22
description: Report a Bug to Rslib
33
title: '[Bug]: '
4+
type: Bug
45
labels: ['🐞 bug']
56
body:
67
- type: markdown

.github/ISSUE_TEMPLATE/2-feature-request.en-US.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: '💡 Feature Request'
22
description: Submit a new feature request to Rslib
33
title: '[Feature]: '
4+
type: Enhancement
45
labels: ['💡 feature']
56
body:
67
- type: markdown

0 commit comments

Comments
 (0)