From 0caa900d4e03e8e6c8ab98eecfdddfd5a9449170 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Tue, 14 Jul 2020 16:54:48 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug.md | 2 +- .github/ISSUE_TEMPLATE/enhancement.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 311bdef5d..fae43b11f 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -2,7 +2,7 @@ name: "\U0001F41E Bug" about: Report an anomaly or unexpected behavior with a sample from this repository. title: '' -labels: '' +labels: type:bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md index d419ee343..7868c5029 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -2,7 +2,7 @@ name: "\U0001F4A1 Suggestion" about: Suggest an enhancement to make one of our web part samples even better title: Let's make SAMPLE even better -labels: '' +labels: type:enhancement assignees: '' ---