Skip to content

Commit 79577ec

Browse files
Changes to issue templates (#4199) (#4202)
* changes to templates * Auto-update of Starter template --------- (cherry picked from commit 387e4aa) Co-authored-by: GitHub Actions <[email protected]>
1 parent 0cc4ff6 commit 79577ec

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
name: Bug Report
33
description: File a bug report
4-
labels: [backend]
54
type: Bug
5+
labels: [core-team]
6+
projects: [zenml-io/1]
67
body:
78
- type: markdown
89
attributes:

.github/ISSUE_TEMPLATE/2-feature-report.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name: Feature Request
33
description: Suggest a new feature or enhancement
44
type: Feature
5-
labels: [backend]
5+
labels: [core-team]
6+
projects: [zenml-io/1]
67
body:
78
- type: markdown
89
attributes:

.github/ISSUE_TEMPLATE/3-general-issue.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name: General Issue
33
description: I have a general issue I would like to write about
44
type: Task
5-
labels: [backend]
5+
labels: [core-team]
6+
projects: [zenml-io/1]
67
body:
78
- type: markdown
89
attributes:

0 commit comments

Comments
 (0)