Skip to content

Commit 4a33701

Browse files
chore: Update issue types in templates
1 parent 4d2861e commit 4a33701

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Bug Report
22
description: File a bug report
33
title: "bug: <title>"
4-
type: Bug
4+
type: Fix
55
assignees:
66
- edgarrmondragon
77

.github/ISSUE_TEMPLATE/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Documentation change
22
description: Request a documentation change
33
title: "docs: <title>"
4+
type: Docs
45
labels: ["Documentation", "valuestream/SDK"]
56
assignees:
67
- edgarrmondragon

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Feature request
22
description: Request a new feature
33
title: "feat: <title>"
44
labels: ["kind/Feature", "valuestream/SDK"]
5-
type: Enhancement
5+
type: Feat
66
assignees:
77
- edgarrmondragon
88

0 commit comments

Comments
 (0)