From badeac72d5df6605b088c019fadd72054533c7ee Mon Sep 17 00:00:00 2001 From: Gar Date: Wed, 29 Sep 2021 10:29:23 -0700 Subject: [PATCH] fix: add name to issue template --- .github/ISSUE_TEMPLATE/bug.yml | 1 + lib/content/bug.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 9e9e4218..a490dfb8 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,5 +1,6 @@ # This file is automatically added by @npmcli/template-oss. Do not edit. +name: Bug description: File a bug/issue title: "[BUG] " labels: [Bug, Needs Triage] diff --git a/lib/content/bug.yml b/lib/content/bug.yml index 9e9e4218..a490dfb8 100644 --- a/lib/content/bug.yml +++ b/lib/content/bug.yml @@ -1,5 +1,6 @@ # This file is automatically added by @npmcli/template-oss. Do not edit. +name: Bug description: File a bug/issue title: "[BUG] <title>" labels: [Bug, Needs Triage]