We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2861e commit 4a33701Copy full SHA for 4a33701
.github/ISSUE_TEMPLATE/bug.yml
@@ -1,7 +1,7 @@
1
name: Bug Report
2
description: File a bug report
3
title: "bug: <title>"
4
-type: Bug
+type: Fix
5
assignees:
6
- edgarrmondragon
7
.github/ISSUE_TEMPLATE/docs.yml
@@ -1,6 +1,7 @@
name: Documentation change
description: Request a documentation change
title: "docs: <title>"
+type: Docs
labels: ["Documentation", "valuestream/SDK"]
.github/ISSUE_TEMPLATE/feature.yml
@@ -2,7 +2,7 @@ name: Feature request
description: Request a new feature
title: "feat: <title>"
labels: ["kind/Feature", "valuestream/SDK"]
-type: Enhancement
+type: Feat
8
0 commit comments