Skip to content

Commit d367c17

Browse files
committed
chore: change labels on issue template
1 parent 04b5b2a commit d367c17

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ body:
2121
validations:
2222
required: false
2323
labels:
24-
- bug
25-
- area/plugin
24+
- area/plugin
25+
type: Bug
26+
projects: ["kestra-io/15"]

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ contact_links:
22
- name: Chat
33
url: https://kestra.io/slack
44
about: Chat with us on Slack.
5+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ body:
88
validations:
99
required: true
1010
labels:
11-
- enhancement
12-
- area/plugin
11+
- area/plugin
12+
type: Feature
13+
projects: ["kestra-io/15"]

0 commit comments

Comments
 (0)