From 4a33701569b57159d8b4fad26b5a13f37722c47c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Thu, 7 Nov 2024 12:58:27 -0600 Subject: [PATCH] chore: Update issue types in templates --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- .github/ISSUE_TEMPLATE/docs.yml | 1 + .github/ISSUE_TEMPLATE/feature.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index a6f131479..3c477eda9 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,7 +1,7 @@ name: Bug Report description: File a bug report title: "bug: " -type: Bug +type: Fix assignees: - edgarrmondragon diff --git a/.github/ISSUE_TEMPLATE/docs.yml b/.github/ISSUE_TEMPLATE/docs.yml index de84539e0..b47a9909d 100644 --- a/.github/ISSUE_TEMPLATE/docs.yml +++ b/.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"] assignees: - edgarrmondragon diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 4715db963..bf435a43d 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.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 assignees: - edgarrmondragon