Skip to content

Commit

Permalink
chore: Update issue types in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Nov 7, 2024
1 parent 4d2861e commit 4a33701
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bug Report
description: File a bug report
title: "bug: <title>"
type: Bug
type: Fix
assignees:
- edgarrmondragon

Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Documentation change
description: Request a documentation change
title: "docs: <title>"
type: Docs
labels: ["Documentation", "valuestream/SDK"]
assignees:
- edgarrmondragon
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Feature request
description: Request a new feature
title: "feat: <title>"
labels: ["kind/Feature", "valuestream/SDK"]
type: Enhancement
type: Feat
assignees:
- edgarrmondragon

Expand Down

0 comments on commit 4a33701

Please sign in to comment.